News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Small bug in watches display when debugging

Started by yostane, November 29, 2008, 09:18:05 PM

Previous topic - Next topic

yostane

Hello,
When watching an array with repeating values, I remarked this  8) :
array_var
  • : 6
    [1] : 0 <repeat 27 times>
    [2] : 5
    the last index should be [28] instead of 2.
    Good luck

Jenna

which OS ?
which version of C::B ?
which compiler  and version?
which debugger and version ?

yostane

hi,
cb : 8.02 nightly build svn 5322
os : windowsxp sp3
compiler:I use mingw gcc, g++ 3.4.5
debugger:I use mingw gnu gdb 6.8
good luck

Jenna


yostane