1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Bug 355165 - Cannot insert breakpoint when org.eclipse.cdt.debug.ui is not running

Change-Id: I6b4be0afb35ae94e6bd6d957e94f65e5f3cc2559
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/33626
Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
Tested-by: Hudson CI
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc-Andre Laperle 2014-09-19 23:15:46 -04:00
parent dc52a0c446
commit db33c12332

View file

@ -1888,7 +1888,9 @@
<enablement> <enablement>
<!-- Enable the breakpoint toggle for CDT's editors and model elements --> <!-- Enable the breakpoint toggle for CDT's editors and model elements -->
<or> <or>
<test property="org.eclipse.cdt.debug.ui.isCEditorSupportsCBreakpoint"/> <test
forcePluginActivation="true"
property="org.eclipse.cdt.debug.ui.isCEditorSupportsCBreakpoint"/>
<test property="org.eclipse.cdt.debug.ui.isAsmEditorSupportsCBreakpoint"/> <test property="org.eclipse.cdt.debug.ui.isAsmEditorSupportsCBreakpoint"/>
<test property="org.eclipse.cdt.debug.ui.isDisassemblyEditorSupportsCBreakpoint" /> <test property="org.eclipse.cdt.debug.ui.isDisassemblyEditorSupportsCBreakpoint" />
<with variable="selection"> <with variable="selection">