Debugger Patch Bug

Oliver Eichler oliver.eichler at dspsolutions.de
Fri Dec 17 13:12:34 GMT 1999


I just noticed that the debugger patch by jbb has a problem displaying
the content of arrays in the correct order.  Taken an array of let's say 200
elements with arbitrary values will display in the variable view as:

a[0]	xxx
a[100]	xxx
a[101]
..
a[109]
a[10]
...

and so on. Don't make variable checking to easy, ehh? ;)


oliver





More information about the KDevelop mailing list