LazDebuggerFp (pure): Set function result when requesting a dcRun command.

git-svn-id: trunk@44671 -
This commit is contained in:
joost 2014-04-10 20:13:07 +00:00
parent 52282ede03
commit 7d0288be35

View File

@ -548,6 +548,7 @@ begin
end end
else else
begin begin
Result := True;
SetState(dsRun); SetState(dsRun);
end; end;
StartDebugLoop; StartDebugLoop;