mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-22 19:41:29 +02:00
LazDebuggerFp (pure): Set function result when requesting a dcRun command.
git-svn-id: trunk@44671 -
This commit is contained in:
parent
52282ede03
commit
7d0288be35
@ -548,6 +548,7 @@ begin
|
||||
end
|
||||
else
|
||||
begin
|
||||
Result := True;
|
||||
SetState(dsRun);
|
||||
end;
|
||||
StartDebugLoop;
|
||||
|
Loading…
Reference in New Issue
Block a user