mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 402313 - [Keybindings] With MS Visual Studio bindings, F5 should be Resume
Change-Id: I928e1a9cb22a535f3c4dd5800c5d364c5a8d2b67 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
parent
e59d20f0ba
commit
388d94a963
1 changed files with 6 additions and 1 deletions
|
@ -2829,7 +2829,12 @@
|
|||
commandId="org.eclipse.debug.ui.commands.StepReturn"
|
||||
contextId="org.eclipse.debug.ui.debugging"
|
||||
schemeId="org.eclipse.cdt.ui.visualstudio"/>
|
||||
|
||||
<!-- MSVS Resume -->
|
||||
<key
|
||||
sequence="F5"
|
||||
commandId="org.eclipse.debug.ui.commands.Resume"
|
||||
contextId="org.eclipse.debug.ui.debugging"
|
||||
schemeId="org.eclipse.cdt.ui.visualstudio"/>
|
||||
<!-- MSVS ToggleBreakpoint -->
|
||||
<key
|
||||
sequence="F9"
|
||||
|
|
Loading…
Add table
Reference in a new issue