From 61121782e8ed67b253b9569e1dc64156b024822c Mon Sep 17 00:00:00 2001 From: Alvaro Sanchez-Leon Date: Tue, 13 Sep 2016 09:29:37 -0400 Subject: [PATCH] Bug 303808: Add the DebuggerConsoleView to the debug perspective We add the DebuggerConsoleView to the debug perspective but we do not show it by default. This will allow us to specify the default location of the console but not show the console unless the user actually launches a dsf-gdb session. The default location is specified as "stacked" to avoid taking screen space when many users may not care about using this view. Users that do want to use the view a lot, will simply move it to its own space. Change-Id: Ie7ad961193b7f72d3557022410343e325ae2af0e --- dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.xml b/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.xml index 50250de53d6..3a309b27a00 100644 --- a/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.xml +++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.xml @@ -311,6 +311,22 @@ id="org.eclipse.cdt.dsf.gdb.ui.tracecontrol.view"> + + + + + + +