mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 14:59:11 +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;
|
unit FPDbgController;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
{$TYPEDADDRESS on}
|
|
||||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
@ -255,7 +255,9 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
|
{$IFOPT T-}
|
||||||
RegisterDebugger(TFpRspRemoteDebugger);
|
RegisterDebugger(TFpRspRemoteDebugger);
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user