mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 242316 - [debug view] ExpandStack should be disabled when there is no launch
This commit is contained in:
parent
f1f4d7cb2a
commit
1e1e222573
1 changed files with 12 additions and 0 deletions
|
@ -539,7 +539,19 @@
|
|||
id="org.eclipse.dd.dsf.debug.ui.retrieveMoreFrames"
|
||||
label="%action.expandStack.label"
|
||||
menubarPath="renderGroup">
|
||||
<enablement>
|
||||
<pluginState
|
||||
id="org.eclipse.dd.dsf.debug.ui"
|
||||
value="activated">
|
||||
</pluginState>
|
||||
</enablement>
|
||||
</action>
|
||||
<visibility>
|
||||
<pluginState
|
||||
id="org.eclipse.dd.dsf.debug.ui"
|
||||
value="activated">
|
||||
</pluginState>
|
||||
</visibility>
|
||||
</viewerContribution>
|
||||
</extension>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue