diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index 5e87568ddeb..200c2c83b98 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -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,