Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2018-01-08 06:31:12 +0000
committerSarika Sinha2018-01-08 06:31:12 +0000
commitd0fb3a96ae33b9372f3d99106d39bba944f94139 (patch)
tree0f4e5269e2b7dc92ff7db39c175d915bde08f003
parent94aad1c5bfc2d862c62a0f5fe245e84a798504e8 (diff)
downloadeclipse.platform.debug-d0fb3a96ae33b9372f3d99106d39bba944f94139.tar.gz
eclipse.platform.debug-d0fb3a96ae33b9372f3d99106d39bba944f94139.tar.xz
eclipse.platform.debug-d0fb3a96ae33b9372f3d99106d39bba944f94139.zip
Bug 528843 - Alt+Cmd+B shortcut bound to "Skip all Breakpoints" but noI20180111-2000I20180111-0530I20180110-2000I20180110-0100I20180109-2000I20180108-2000
-rw-r--r--org.eclipse.debug.ui/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index b301161db..a6826f94d 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
- Copyright (c) 2005, 2017 IBM Corporation and others.
+ Copyright (c) 2005, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -2103,7 +2103,7 @@ M4 = Platform-specific fourth key
commandId="org.eclipse.debug.ui.commands.ToggleBreakpoint"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
<key
- sequence="M1+M3+B"
+ sequence="CTRL+M3+B"
commandId="org.eclipse.debug.ui.commands.SkipAllBreakpoints"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>

Back to the top