1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 11:25:35 +02:00

Bug 430117 - "Connect to Process" is always enabled initially

This commit is contained in:
Anton Leherbauer 2014-03-31 13:11:43 +02:00
parent 0b03b25be8
commit 6fc76a8adc

View file

@ -2083,6 +2083,14 @@
<handler
class="org.eclipse.cdt.debug.internal.ui.commands.ConnectCommandHandler"
commandId="org.eclipse.cdt.debug.ui.command.connect">
<activeWhen>
<with variable="org.eclipse.core.runtime.Platform">
<test property="org.eclipse.core.runtime.bundleState"
args="org.eclipse.cdt.debug.ui"
value="ACTIVE">
</test>
</with>
</activeWhen>
</handler>
<handler
class="org.eclipse.cdt.debug.internal.ui.commands.DebugNewExecutableHandler"