FpDebug: Return errors when the debugger can't start.

This commit is contained in:
Martin 2024-05-09 14:29:44 +02:00
parent 190b5e77a7
commit 5acbe20f96

View File

@ -1679,6 +1679,7 @@ begin
if assigned(FMainProcess) then begin
DebugLn(DBG_WARNINGS, 'The debuggee is already running');
FLastError := CreateError(fpInternalErr, ['The debugger is already running']);
Exit;
end;