Debugger: Fix magic dumper debugging aid for LLDB

Change-Id: I665e6bc7b8898d09043cb0b73cabdb98f55668eb
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2016-01-05 13:08:58 +01:00
committed by hjk
parent 2a59bd6514
commit 11e9e0e330

View File

@@ -810,7 +810,7 @@ void LldbEngine::doUpdateLocals(const UpdateParameters &params)
//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);