TEurekaDebugInfo type

Top  Previous  Next

This is the PEurekaDebugInfo type:

 

Unit ExceptionLog.

 

 TEurekaDebugInfo = packed record

   DebugDetail:   TEurekaDebugDetail;

   ModuleInfo:     PEurekaModuleInfo;

    ThreadID:       DWord;

    RunningThread:  Boolean;

    ErrorLine:      Boolean;

    IsALeak:        Boolean;

    LeakType:       string;

    LeakSize:       DWord;

    LeakCount:      DWord;

    Addr:           DWord;

    UnitName:       string;

    ClassName:      string

    ProcedureName:  string;

    Line:           DWord;

    ProcOffsetLine: DWord;

  end;

 PEurekaDebugInfo = ^TEurekaDebugInfo;