Changeset 64 for ExceptionLogger


Ignore:
Timestamp:
Oct 8, 2010, 10:27:42 AM (14 years ago)
Author:
george
Message:
  • Přidáno: Třídy TBufferedFileStream.
Location:
ExceptionLogger
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ExceptionLogger/CustomLineInfo.pas

    r40 r64  
    9494        exit;
    9595    end;
     96  if ptruint(BaseAddr) < e.processaddress then Exit;
     97
    9698  e.processaddress := ptruint(baseaddr) - e.processaddress;
    9799  StabsFunctionRelative := E.FunctionRelative;
  • ExceptionLogger/UExceptionForm.lfm

    r40 r64  
    3636    Top = 3
    3737    Width = 678
    38     ActivePage = TabSheet2
     38    ActivePage = TabSheet1
    3939    Anchors = [akTop, akLeft, akRight, akBottom]
    40     TabIndex = 1
     40    TabIndex = 0
    4141    TabOrder = 2
    4242    object TabSheet1: TTabSheet
    4343      Caption = 'General'
    4444      ClientHeight = 251
    45       ClientWidth = 661
     45      ClientWidth = 670
    4646      object MemoExceptionInfo: TMemo
    4747        Left = 4
    4848        Height = 236
    4949        Top = 3
    50         Width = 655
     50        Width = 664
    5151        Anchors = [akTop, akLeft, akRight, akBottom]
    5252        ReadOnly = True
     
    102102    Left = 10
    103103    Height = 17
    104     Top = 298
     104    Top = 288
    105105    Width = 169
    106106    Anchors = [akLeft, akBottom]
Note: See TracChangeset for help on using the changeset viewer.