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:
parent
0b03b25be8
commit
6fc76a8adc
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue