mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 08:19:41 +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;
|
||||
if (ifeRecoveredTimedOut in Instr.ErrorFlags) then begin
|
||||
// TODO: use feedback dialog
|
||||
Result := True;
|
||||
DoDbgEvent(ecDebugger, etDefault, Format(gdbmiTimeOutForCmd, [ACommand]));
|
||||
DoTimeoutFeedback;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user