diff --git a/src/plugins/debugger/lldb/lldbengine.cpp b/src/plugins/debugger/lldb/lldbengine.cpp index e807e34d7c4..3d40b5cfb92 100644 --- a/src/plugins/debugger/lldb/lldbengine.cpp +++ b/src/plugins/debugger/lldb/lldbengine.cpp @@ -810,7 +810,7 @@ void LldbEngine::doUpdateLocals(const UpdateParameters ¶ms) //cmd.arg("resultvarname", m_resultVarName); m_lastDebuggableCommand = cmd; - m_lastDebuggableCommand.arg("passexceptions", 0); + m_lastDebuggableCommand.arg("passexceptions", "1"); cmd.callback = [this](const DebuggerResponse &response) { updateLocalsView(response.data);