Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-04-04 21:38:01 +0000
committerDarin Wright2005-04-04 21:38:01 +0000
commitd9fd3fff25e22b04507eb3e44d220d33007f875a (patch)
tree29cec888abd73c3e853aa9941eec17a9da31592f
parent9d6b474f928fe4a58f21c1db529016dc7e5ae6c9 (diff)
downloadeclipse.platform.debug-d9fd3fff25e22b04507eb3e44d220d33007f875a.tar.gz
eclipse.platform.debug-d9fd3fff25e22b04507eb3e44d220d33007f875a.tar.xz
eclipse.platform.debug-d9fd3fff25e22b04507eb3e44d220d33007f875a.zip
Bug 89711 - Display View unexpectedly brought to top when debug session is suspended
-rw-r--r--org.eclipse.debug.ui/plugin.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 8a2addb3c..a8f052890 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2230,6 +2230,10 @@ M4 = Platform-specific fourth key
viewId="org.eclipse.debug.ui.BreakpointView"
contextId="org.eclipse.debug.ui.debugging">
</contextViewBinding>
+ <contextViewBinding
+ autoOpen="false"
+ contextId="org.eclipse.debug.ui.debugging"
+ viewId="org.eclipse.ui.console.ConsoleView"/>
</extension>
<extension

Back to the top