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:
parent
b3b36231e3
commit
c3e9df032b
1 changed files with 8 additions and 0 deletions
|
@ -2082,6 +2082,14 @@
|
||||||
<handler
|
<handler
|
||||||
class="org.eclipse.cdt.debug.internal.ui.commands.ConnectCommandHandler"
|
class="org.eclipse.cdt.debug.internal.ui.commands.ConnectCommandHandler"
|
||||||
commandId="org.eclipse.cdt.debug.ui.command.connect">
|
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>
|
||||||
<handler
|
<handler
|
||||||
class="org.eclipse.cdt.debug.internal.ui.commands.DebugNewExecutableHandler"
|
class="org.eclipse.cdt.debug.internal.ui.commands.DebugNewExecutableHandler"
|
||||||
|
|
Loading…
Add table
Reference in a new issue