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

TRangeRec

Declaration

Source position: ttdebug.pas line 50

type TRangeRec = record

  Code: PByte;

  

  Size: Int;

  

  index: Int;

  

  NLines: Int;

  

  Disassembled: PUShort;

  

  Breaks: PBreakPoint;

  

end;

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