mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 23:39:09 +02:00
FpD: change breakpoints to TFpDbgBreakpoint
This commit is contained in:
parent
f11d2744db
commit
1bec226da0
@ -59,7 +59,7 @@ uses
|
||||
|
||||
type
|
||||
TFPDCommandHandler = procedure(AParams: String; out CallProcessLoop: boolean);
|
||||
TBreakPointIdMap = class(specialize TFPGMapObject<Integer, TFpInternalBreakpoint>)
|
||||
TBreakPointIdMap = class(specialize TFPGMapObject<Integer, TFpDbgBreakpoint>)
|
||||
public
|
||||
function DoBreakPointCompare(Key1, Key2: Pointer): Integer;
|
||||
end;
|
||||
@ -213,7 +213,7 @@ var
|
||||
Address: TDbgPtr;
|
||||
e, Id: Integer;
|
||||
Line: Cardinal;
|
||||
bp: TFpInternalBreakpoint;
|
||||
bp: TFpDbgBreakpoint;
|
||||
begin
|
||||
CallProcessLoop:=false;
|
||||
if GController.MainProcess = nil
|
||||
|
Loading…
Reference in New Issue
Block a user