Author Topic: Small bug in watches display when debugging  (Read 8701 times)

Offline yostane

  • Multiple posting newcomer
  • *
  • Posts: 11
Small bug in watches display when debugging
« on: November 29, 2008, 09:18:05 pm »
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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Small bug in watches display when debugging
« Reply #1 on: November 30, 2008, 12:25:17 am »
which OS ?
which version of C::B ?
which compiler  and version?
which debugger and version ?

Offline yostane

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: Small bug in watches display when debugging
« Reply #2 on: December 01, 2008, 09:22:25 pm »
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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Small bug in watches display when debugging
« Reply #3 on: December 02, 2008, 12:19:31 am »
fixed in svn (r5326).

Offline yostane

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: Small bug in watches display when debugging
« Reply #4 on: December 02, 2008, 12:33:20 pm »
I'll wait for the next Nightly build :D
thanks