[Overview][Types][Procedures and functions][Index] Reference for unit 'TTDebug' (#lazutils)

TBreakPoint

Declaration

Source position: ttdebug.pas line 39

type TBreakPoint = record

  Next: PBreakPoint;

  

  Range: Int;

  

  Address: Int;

  

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.