Changes between Version 3 and Version 4 of DiagnosticsApi


Ignore:
Timestamp:
May 2, 2008, 6:44:44 AM (16 years ago)
Author:
romw
Comment:

Point to the AppDebugWin page instead of suggesting that the app devs include the pdb file in their app bundles.

Legend:

Unmodified
Added
Removed
Modified
  • DiagnosticsApi

    v3 v4  
    2727
    2828 '''BOINC_DIAG_DUMPCALLSTACKENABLED'''::
    29         If the application crashes, write a symbolic call stack to stderr. If you use this in a Windows app, you must include `lib/stackwalker_win.cpp` in the compile, and you must include the .pdb (symbol) file in your app version bundle.
     29        If the application crashes, write a symbolic call stack to stderr. If you use this in a Windows application, you can make use of [wiki:http://boinc.berkeley.edu/trac/wiki/AppDebugWin#SymbolStores Symbol Stores] for just in time debugging.
    3030 '''BOINC_DIAG_HEAPCHECKENABLED'''::
    3131        Check the integrity of the malloc heap every N allocations. (N is line 249 in diagnostics.C; default 1024).