Changes between Version 9 and Version 10 of AppDebugWin


Ignore:
Timestamp:
Aug 7, 2008, 2:32:04 PM (16 years ago)
Author:
Nicolas
Comment:

Fix formatting

Legend:

Unmodified
Added
Removed
Modified
  • AppDebugWin

    v9 v10  
    136136}}}
    137137
    138 This describes the state in which the thread was in at the time of the exception. ChildEBP and RetAddr are not really useful unless you can reproduce the issue using the same OS version.
     138This describes the state in which the thread was in at the time of the exception. ChildEBP and !RetAddr are not really useful unless you can reproduce the issue using the same OS version.
    139139
    140140Args to Child are the first four parameters passed to the function.
     
    142142The next piece of information has the following format: <Module Name>!<Function Name>@<Function Ordinal>+<Symbol Offset> <File/Line Information>
    143143
    144 ''' XXX need to fix this '''
    145 
    146 Module Name   The friendly name for the DLL or EXE.   Function Name   The name of the function.   Function Ordinal   Function ordinals only apply to functions that are publically exported from a DLL.   Symbol Offset   If the symbol file being used has private symbols stripped, then the symbol displayed may        not be the correct symbol.     You can use the symbol offset to lookup the correct symbol       from the object file or some other tool that can map symbols to source.   File/Line Information   Source file and line number information is not available in all symbol file formats, but       if it is there it'll be displayed.    PDB files are generally the best symbol file format to use.
     144 Module Name:: The friendly name for the DLL or EXE.
     145 Function Name:: The name of the function.
     146 Function Ordinal:: Function ordinals only apply to functions that are publically exported from a DLL.
     147 Symbol Offset:: If the symbol file being used has private symbols stripped, then the symbol displayed may not be the correct symbol. You can use the symbol offset to lookup the correct symbol from the object file or some other tool that can map symbols to source.
     148 File/Line Information:: Source file and line number information is not available in all symbol file formats, but       if it is there it'll be displayed. PDB files are generally the best symbol file format to use.
    147149
    148150=== Debug Message Dump ===