Debugger: Make Global Debugger Log off by default

It's more a debugging aid for work on the Debugger itself
than a feature of general interest.

Change-Id: I915019e28df6cf4a5c369ab2de45959943cd4dd4
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2018-08-27 10:21:33 +02:00
parent 1b4f5c0670
commit b97e9bd429

View File

@@ -1366,7 +1366,7 @@ bool DebuggerPluginPrivate::initialize(const QStringList &arguments,
// m_perspective.addToolbarAction(operateByInstructionAction);
m_perspective.addWindow(m_breakpointManagerWindow, Perspective::SplitVertical, nullptr);
m_perspective.addWindow(m_globalLogWindow, Perspective::SplitHorizontal, m_breakpointManagerWindow);
m_perspective.addWindow(m_globalLogWindow, Perspective::SplitHorizontal, m_breakpointManagerWindow, false);
m_perspective.addWindow(m_engineManagerWindow, Perspective::AddToTab, m_globalLogWindow);
// connect(action(EnableReverseDebugging), &SavedAction::valueChanged,