Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Contributions to C::B
»
Small bug in watches display when debugging
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Small bug in watches display when debugging (Read 10166 times)
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
:
array_var
: 6
[1] : 0 <repeat 27 times>
[2] : 5
the last index should be [28] instead of 2.
Good luck
Logged
Jenna
Administrator
Lives here!
Posts: 7252
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 ?
Logged
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
Logged
Jenna
Administrator
Lives here!
Posts: 7252
Re: Small bug in watches display when debugging
«
Reply #3 on:
December 02, 2008, 12:19:31 am »
fixed in svn (r5326).
Logged
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
thanks
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Contributions to C::B
»
Small bug in watches display when debugging