Author Topic: Fix for incorrectly Enabled/Disabled Debugger Toolbar Menu items  (Read 5521 times)

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2873
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

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2873
Re: Fix for incorrectly Enabled/Disabled Debugger Toolbar Menu items
« Reply #1 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




Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Fix for incorrectly Enabled/Disabled Debugger Toolbar Menu items
« Reply #2 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:

  • Pressing RunToCursor starts the debugger and, well, runs to cursor.
  • Pressing StepInto starts the debugger and breaks inside the entry point.
Be patient!
This bug will be fixed soon...

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2873
Re: Fix for incorrectly Enabled/Disabled Debugger Toolbar Menu items
« Reply #3 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.