1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +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 b3b36231e3
commit c3e9df032b

View file

@ -2082,6 +2082,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"