Debugger: Ensure debugger console is created

Output panes must be created before handling the settings
which of the panes to display.

Change-Id: I0c391f4c56c517d5a9626735006d741f64cf161f
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2018-04-05 09:55:58 +02:00
parent a874cf581d
commit 88ecdaaf00

View File

@@ -1073,6 +1073,7 @@ DebuggerPluginPrivate::DebuggerPluginPrivate(DebuggerPlugin *plugin)
dd = this; dd = this;
m_plugin = plugin; m_plugin = plugin;
debuggerConsole(); // ensure Debugger Console is created before settings are taken into account
} }
DebuggerPluginPrivate::~DebuggerPluginPrivate() DebuggerPluginPrivate::~DebuggerPluginPrivate()