Code::Blocks Forums
User forums => Help => Topic started by: UroS on March 26, 2006, 09:56:08 pm
-
Hello
I have a problem when debugging. There is no line highlighting so I can't tell which line I'm at. Watches also don't refresh automatically, they only refresh when I add/remove a new watch. Otherwise the debugging seems to be working.
I built Code::Blocks from SVN source rev. 2260, my debugger is gdb 6.3.
-
Hello,
I can confirm the issue. Moving from 2247 to 2260 (Windows XP SP2) I got a broken interface to gdb (6.3).
Debug seems impossible, nothing appears or will be updated. Using the Task Manager I can observe an
instance of my program running, but the debugger seems frozen.
Using the console interface everything work.
Max
-
The problem apears to be with watching variables. If you disable the watch window the debugger seems to work as expected. :? I've also found that disabling the "Watch function arguments" and "Watch local variables" seems to reduce the hang.
It appears to be the GDB interface getting stuck "expanding" the watched variables.
-
Hello,
In my case the debugger does not work with or without the Watches window.
By
Max
-
Hello,
An update,
I observed that sending a "Step into" command (using the button in the toolbar or using the menu) the
debugger starts, and it seems working (updating the Watches window). In the past it was not necessary to push a
"setp into" to start debugging. Maybe is a new feature of the plugin.
Bye Max.
-
Don't forget also that when displaying an array, the watch window only displays values that are unique. Ie: {0,0,0} will be displayed as {0}. Its so frustrating debugging! I hope the developers can fix things soon.. I don't mean to complaint. Except for debugging, code::blocks works wonders though! Keep up the good work developers.