TELLocationInfo type

Top  Previous  Next

This is the TELLocationInfo type:

 

Unit EDebug.

 

  TELLocationInfo = record

    Address:              Pointer;             // Error address

    UnitName:             string;              // Name of unit

    ProcedureName:        string;              // Procedure name

    ProcOffsetLine:       Integer;             // Offset from Procedure line and Address line

    LineNumber:           Integer;             // Line number

    SourceName:           string;              // Module file name

    DebugInfo:            TELDebugInfoSource;  // Location object

  end;