FpDebug: Don't register, if Sy is active / raise exception if created. (FIX / Missing)

This commit is contained in:
Martin 2024-06-30 12:25:39 +02:00
parent 8f0a1d219c
commit a8ca4af5be
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,6 @@
unit FPDbgController;
{$mode objfpc}{$H+}
{$TYPEDADDRESS on}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface

View File

@ -255,7 +255,9 @@ begin
end;
initialization
{$IFOPT T-}
RegisterDebugger(TFpRspRemoteDebugger);
{$ENDIF}
end.