mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-27 02:42:04 +01: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
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
|
Result := True;
|
||||||
SetState(dsRun);
|
SetState(dsRun);
|
||||||
end;
|
end;
|
||||||
StartDebugLoop;
|
StartDebugLoop;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user