mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
[273505] Add memory browser to the debug perspective
This commit is contained in:
parent
fb77f8f0dc
commit
552b3fff76
1 changed files with 8 additions and 0 deletions
|
@ -18,5 +18,13 @@
|
|||
file="contexts.xml">
|
||||
</contexts>
|
||||
</extension>
|
||||
<extension point="org.eclipse.ui.perspectiveExtensions">
|
||||
<perspectiveExtension targetID="org.eclipse.debug.ui.DebugPerspective">
|
||||
<view id="org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser"
|
||||
relationship="stack" relative="org.eclipse.ui.console.ConsoleView" visible="false">
|
||||
</view>
|
||||
<viewShortcut id="org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser"/>
|
||||
</perspectiveExtension>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue