Bug #9014 2006-10-04 21:49

ghorwin

Wrong indices when showing arrays in watch window

When showing arrays in the watch window, sometimes the following output is generated:

[0] = 0 <repeats 14 times>

[1] = 4

[2] = 5

The correct output should be:

[0] = 0 <repeats 14 times>

[15] = 4

[16] = 5

Category
Debugger
Group
 
Status
Open
Close date
 
Assigned to