mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:19:22 +02:00
Debugger: Fixed handling timeouts with new instruction queue
git-svn-id: trunk@42754 -
This commit is contained in:
parent
b9d9c60281
commit
14a2fdcdd2
@ -10351,6 +10351,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
if (ifeRecoveredTimedOut in Instr.ErrorFlags) then begin
|
if (ifeRecoveredTimedOut in Instr.ErrorFlags) then begin
|
||||||
// TODO: use feedback dialog
|
// TODO: use feedback dialog
|
||||||
|
Result := True;
|
||||||
DoDbgEvent(ecDebugger, etDefault, Format(gdbmiTimeOutForCmd, [ACommand]));
|
DoDbgEvent(ecDebugger, etDefault, Format(gdbmiTimeOutForCmd, [ACommand]));
|
||||||
DoTimeoutFeedback;
|
DoTimeoutFeedback;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user