Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Pecan on January 27, 2008, 07:13:53 pm
-
Patch 002348
Fixes Incorrectly Enabled/Disabled debugger toolbar and menu
http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=2348&group_id=5358
-
What exactly is "incorrect" according to you in the current implementation? 2008-Jan-27 10:05 mandrav
Note that even though no debugging process is active, the debugging menu and toolbar for RunToCursor and StepInto are active.
WindowsXp2 SVN 4829
(http://img2.freeimagehosting.net/uploads/25a4c10e29.png) (http://www.freeimagehosting.net/)
-
What exactly is "incorrect" according to you in the current implementation? 2008-Jan-27 10:05 mandrav
Note that even though no debugging process is active, the debugging menu and toolbar for RunToCursor and StepInto are active.
That's intended:
- Pressing RunToCursor starts the debugger and, well, runs to cursor.
- Pressing StepInto starts the debugger and breaks inside the entry point.
-
That's intended:
- Pressing RunToCursor starts the debugger and, well, runs to cursor.
- Pressing StepInto starts the debugger and breaks inside the entry point.
Ok, I'll remove the patch.