forked from qt-creator/qt-creator
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:
@@ -1073,6 +1073,7 @@ DebuggerPluginPrivate::DebuggerPluginPrivate(DebuggerPlugin *plugin)
|
||||
dd = this;
|
||||
|
||||
m_plugin = plugin;
|
||||
debuggerConsole(); // ensure Debugger Console is created before settings are taken into account
|
||||
}
|
||||
|
||||
DebuggerPluginPrivate::~DebuggerPluginPrivate()
|
||||
|
Reference in New Issue
Block a user