Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Chuck on July 16, 2010, 11:25:07 am
-
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
-
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?
-
It is not implemented...
-
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
-
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?
-
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
-
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.
-
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?
-
The branch is wxpropgrid_debugger, also I'll make a patch that will fix this problem.
-
There is the patch http://forums.codeblocks.org/index.php/topic,10908.msg89081.html#msg89081