diff --git a/src/plugins/debugger/lldb/lldbengine.cpp b/src/plugins/debugger/lldb/lldbengine.cpp index 860c7f472f4..6d135df89ca 100644 --- a/src/plugins/debugger/lldb/lldbengine.cpp +++ b/src/plugins/debugger/lldb/lldbengine.cpp @@ -311,7 +311,7 @@ void LldbEngine::setupInferior() const QString commands = stringSetting(ExtraDumperCommands); if (!commands.isEmpty()) { DebuggerCommand cmd("executeDebuggerCommand"); - cmd.arg("commands", commands.toUtf8()); + cmd.arg("command", commands.toUtf8()); runCommand(cmd); }