Ignore:
Timestamp:
Feb 10, 2011, 4:07:44 PM (13 years ago)
Author:
george
Message:
  • Added: Method for obtaining call stack from specified address.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ExceptionLogger/UExceptionForm.pas

    r129 r167  
    8181        Caption := IntToStr(Index);
    8282        SubItems.Add(IntToHex(Address, 8));
     83        SubItems.Add(IntToStr(LineNumber));
    8384        SubItems.Add(FunctionClassName);
    8485        SubItems.Add(FunctionName);
    8586        SubItems.Add(Source);
    86         SubItems.Add(IntToStr(LineNumber));
    8787      end;
    8888    end;
Note: See TracChangeset for help on using the changeset viewer.