Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-03-05 19:57:30 +0000
committerDarin Wright2009-03-05 19:57:30 +0000
commitfaa872d42c3d5a2a4a02f78fef940c49414368bf (patch)
tree1c414cd594728e64bf1a818a71202a9684e6da0e /org.eclipse.debug.ui/plugin.xml
parent34edfeb71b712625712e3f7e59d6ddca7510df96 (diff)
downloadeclipse.platform.debug-faa872d42c3d5a2a4a02f78fef940c49414368bf.tar.gz
eclipse.platform.debug-faa872d42c3d5a2a4a02f78fef940c49414368bf.tar.xz
eclipse.platform.debug-faa872d42c3d5a2a4a02f78fef940c49414368bf.zip
Bug 262811 - [breadcrumb] Provide action to setup debugging in other perspectives
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 58d8ddb35..7b3b54b6c 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2552,6 +2552,8 @@ M4 = Platform-specific fourth key
autoOpen="false"
contextId="org.eclipse.debug.ui.debugging"
viewId="org.eclipse.ui.console.ConsoleView"/>
+ <perspective
+ perspectiveId="org.eclipse.debug.ui.DebugPerspective"/>
</extension>
<extension

Back to the top