Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Pecan on January 27, 2008, 07:13:53 pm

Title: Fix for incorrectly Enabled/Disabled Debugger Toolbar Menu items
Post 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
Title: Re: Fix for incorrectly Enabled/Disabled Debugger Toolbar Menu items
Post by: Pecan on January 27, 2008, 09:32:32 pm
Quote
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/)

Title: Re: Fix for incorrectly Enabled/Disabled Debugger Toolbar Menu items
Post by: mandrav on January 27, 2008, 11:00:33 pm
Quote
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:

Title: Re: Fix for incorrectly Enabled/Disabled Debugger Toolbar Menu items
Post by: Pecan on January 27, 2008, 11:09:35 pm

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.