Debugger: Fixed handling timeouts with new instruction queue

git-svn-id: trunk@42754 -
This commit is contained in:
martin 2013-09-12 14:05:49 +00:00
parent b9d9c60281
commit 14a2fdcdd2

View File

@ -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;