News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The same shortcut for "Start Debug" and "Continue Debug"

Started by Chuck, July 16, 2010, 11:25:07 AM

Previous topic - Next topic

Chuck

Hello everyone,

I am currently using Code::Blocks, because the current build of VS 2010 is cumbersome. First of all thanks for this nice IDE.

There is only one thing which is a little bit annoying. The fact is that Code::Blocks treats "Start Debug" and "Continue Debug" as two separate things. And unfortunately one can't assign twice the same shortcut. I manually edited the shortcut definition file, the menu entries showed the same shortcut, Code::Block started debugging but didn't continue it.

Is there any workaround?

Sven

ollydbg

Yes, I personally there should be only one short-cut key for the two functions. Can we implement that? or it is already exist in debugger_branch?

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ndk

Quote from: ollydbg on July 19, 2010, 03:44:02 PM
Yes, I personally there should be only one short-cut key for the two functions. Can we implement that? or it is already exist in debugger_branch?

See attach

ollydbg

Quote from: ndk on September 05, 2010, 09:34:05 AM
Quote from: ollydbg on July 19, 2010, 03:44:02 PM
Yes, I personally there should be only one short-cut key for the two functions. Can we implement that? or it is already exist in debugger_branch?

See attach
hi, thanks.
the patch is against debugger_branch? or trunk?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

ndk

Quote from: ollydbg on September 05, 2010, 09:36:47 AM
Quote from: ndk on September 05, 2010, 09:34:05 AM
Quote from: ollydbg on July 19, 2010, 03:44:02 PM
Yes, I personally there should be only one short-cut key for the two functions. Can we implement that? or it is already exist in debugger_branch?

See attach
hi, thanks.
the patch is against debugger_branch? or trunk?


trunk

oBFusCATed

1. It should be against the debugger branch, because there are many changes to the menu/toolbar handling in there.
   Applying it in trunk is useless, because it should be redone when syncing with the branch....
2. You should remove the separate menus "Start" and "Continue" and probably the menu label should be changed depending on the state of the debugger.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ndk

Quote from: oBFusCATed on September 05, 2010, 12:12:03 PM
1. It should be against the debugger branch, because there are many changes to the menu/toolbar handling in there.
   Applying it in trunk is useless, because it should be redone when syncing with the branch....

where are debugger branch on svn?

oBFusCATed

The branch is wxpropgrid_debugger, also I'll make a patch that will fix this problem.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]