forked from qt-creator/qt-creator
Debugger: Fix magic dumper debugging aid for LLDB
Change-Id: I665e6bc7b8898d09043cb0b73cabdb98f55668eb Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user