forked from qt-creator/qt-creator
Debugger: Move watchHandler()->notifyUpdateStarted() to doUpdateLocals
This was it also gets triggered when expanding tooltips. Change-Id: I90ad39e9e82abdcd40e663b4ba4998205563009b Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -864,6 +864,8 @@ void LldbEngine::doUpdateLocals(const UpdateParameters ¶ms)
|
||||
return;
|
||||
}
|
||||
|
||||
watchHandler()->notifyUpdateStarted();
|
||||
|
||||
DebuggerCommand cmd("updateData");
|
||||
cmd.arg("nativeMixed", isNativeMixedActive());
|
||||
watchHandler()->appendFormatRequests(&cmd);
|
||||
|
||||
Reference in New Issue
Block a user