Changeset 64 for ExceptionLogger
- Timestamp:
- Oct 8, 2010, 10:27:42 AM (15 years ago)
- Location:
- ExceptionLogger
- Files:
- 
      - 2 edited
 
 - 
          
  CustomLineInfo.pas (modified) (1 diff)
- 
          
  UExceptionForm.lfm (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      ExceptionLogger/CustomLineInfo.pasr40 r64 94 94 exit; 95 95 end; 96 if ptruint(BaseAddr) < e.processaddress then Exit; 97 96 98 e.processaddress := ptruint(baseaddr) - e.processaddress; 97 99 StabsFunctionRelative := E.FunctionRelative; 
- 
      ExceptionLogger/UExceptionForm.lfmr40 r64 36 36 Top = 3 37 37 Width = 678 38 ActivePage = TabSheet 238 ActivePage = TabSheet1 39 39 Anchors = [akTop, akLeft, akRight, akBottom] 40 TabIndex = 140 TabIndex = 0 41 41 TabOrder = 2 42 42 object TabSheet1: TTabSheet 43 43 Caption = 'General' 44 44 ClientHeight = 251 45 ClientWidth = 6 6145 ClientWidth = 670 46 46 object MemoExceptionInfo: TMemo 47 47 Left = 4 48 48 Height = 236 49 49 Top = 3 50 Width = 6 5550 Width = 664 51 51 Anchors = [akTop, akLeft, akRight, akBottom] 52 52 ReadOnly = True … … 102 102 Left = 10 103 103 Height = 17 104 Top = 2 98104 Top = 288 105 105 Width = 169 106 106 Anchors = [akLeft, akBottom] 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
