mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 05:58:06 +02:00
FpDebug: Don't register, if Sy is active / raise exception if created. (FIX / Missing)
This commit is contained in:
parent
8f0a1d219c
commit
a8ca4af5be
@ -1,7 +1,6 @@
|
||||
unit FPDbgController;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$TYPEDADDRESS on}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
@ -255,7 +255,9 @@ begin
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$IFOPT T-}
|
||||
RegisterDebugger(TFpRspRemoteDebugger);
|
||||
{$ENDIF}
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user