Bug #18793 2012-11-13 16:13

ccapdess

wrong variable value

Hello,

I have a problem with this very small program :

int main()

{

int m, n, p, q;

m = 1;

n = 2;

p = 3;

q = 4;

return 0;

}

When executed step by step with the debugger, a wrong value is displayed in the watches window for the variable m. Why?

Thanks for any help,

Cecile

Category
Debugger
Group
Platform:Windows
Status
Closed
Close date
2012-11-14 10:01
Assigned to
mortenmacfly
ccapdess 2012-11-14 09:25

A screenshot can bee visualised here:

http://img819.imageshack.us/img819/1972/debuggerbug.png

mortenmacfly 2012-11-14 10:01

Please try with a nightly build and reopen this bug report, if

needed.

See http://forums.codeblocks.org/index.php/board,20.0.html