diff --git a/src/plugins/debugger/lldb/lldbengine.cpp b/src/plugins/debugger/lldb/lldbengine.cpp index df738f68ac6..e85dbf69514 100644 --- a/src/plugins/debugger/lldb/lldbengine.cpp +++ b/src/plugins/debugger/lldb/lldbengine.cpp @@ -296,7 +296,7 @@ void LldbEngine::startLldbStage2() const QString commands = stringSetting(GdbStartupCommands); if (!commands.isEmpty()) - m_lldbProc.write(commands.toLocal8Bit()); + m_lldbProc.write(commands.toLocal8Bit() + '\n'); } void LldbEngine::setupInferior()