Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Anonymous on May 17, 2005, 12:40:26 pm

Title: Debugger features
Post by: Anonymous on May 17, 2005, 12:40:26 pm
Hi,

i just downloaded "final beta 1.0", looks great!!!
I'm very interested in debugging matters and so i'm
actually testing the new features (disassembly and
backtrace window).

I still miss the possibility to select the display
format (dec, hex, oct, bin) of the debug watches since
gdb is able to do so.

Cheers
Tom
Title: Debugger features
Post by: mandrav on May 17, 2005, 03:02:50 pm
The debugger plugin is just now starting to get the attention that deserves (by me, that is ;) ).
Expect many new features to be added in it...

Yiannis.
Title: Debugger features
Post by: Anonymous on May 19, 2005, 12:13:21 pm
Hi,
i've a little problem when enabling option "Evaluate expression under cursor".
It happens that the tool tip is displayed and the IDE gets stuck (no mouse clicks have an effect).
If i click to another application window (e.g. explorer) and back to c::b all works again.
I got this with win2kSP4 (400MHz Notebook) and winXPSP2 (1,2GHz Desktop).

Another question:
Is there a way to clear/delete all watches at once?

Cheers
Tom
Title: Debugger features
Post by: EricBurnett on May 20, 2005, 12:42:47 am
Usually I have found that if you drag the mouse across the tooltip it disapears, and you can go again.

BTW, the values under the tooltip are more often than not wrong (as far as I can tell), and as you hit next, it often jumps up and down over and over...it is not aligining the lines with the assembly that they represent exactly right.