mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 11:29:31 +02:00
lazdebuggerfp: less hints
git-svn-id: trunk@47613 -
This commit is contained in:
parent
97eaae9a7b
commit
5da1a8e4da
@ -99,7 +99,7 @@ type
|
||||
procedure HandleSoftwareException(out AnExceptionLocation: TDBGLocationRec; var continue: boolean);
|
||||
procedure FreeDebugThread;
|
||||
procedure FDbgControllerHitBreakpointEvent(var continue: boolean; const Breakpoint: FpDbgClasses.TDbgBreakpoint);
|
||||
procedure FDbgControllerCreateProcessEvent(var continue: boolean);
|
||||
procedure FDbgControllerCreateProcessEvent(var {%H-}continue: boolean);
|
||||
procedure FDbgControllerProcessExitEvent(AExitCode: DWord);
|
||||
procedure FDbgControllerExceptionEvent(var continue: boolean; const ExceptionClass, ExceptionMessage: string);
|
||||
procedure FDbgControllerDebugInfoLoaded(Sender: TObject);
|
||||
|
Loading…
Reference in New Issue
Block a user