Debugger: force exit, on destroy.

git-svn-id: trunk@42435 -
This commit is contained in:
martin 2013-08-20 21:47:59 +00:00
parent 299e040458
commit a7975265e6

View File

@ -7054,7 +7054,9 @@ begin
if FCurrentCommand <> Nil then
FCurrentCommand.KillNow;
if (State = dsRun) then GDBPause(True);
ExecuteCommand('-gdb-exit', [], []);
// fire and forget. Donst wait on the queue.
SendCmdLn('kill');
SendCmdLn('-gdb-exit');
end;
inherited Done;
finally