Debug stops when adding watch
A free, portable, fast and simple C/C++ IDE
Brought to you by:
orwelldevcpp
Hi!
I've just installed Dev-C++ 5.11 on Windows 7 64 bits.
I can compile and execute the program just fine. I can add a watchpoint and go step by step, BUT if I add a Watch to see a variable, the debug freezes. I hit F7 and it won't advance any step further.
I'm using default compiler (TDM-GCC 4.9.2 64bit) and added -g on Compiler options.