Changes between Version 1 and Version 2 of Debugging_Tools


Ignore:
Timestamp:
Jun 4, 2013, 8:07:00 AM (11 years ago)
Author:
Sillyllama
Comment:

minor

Legend:

Unmodified
Added
Removed
Modified
  • Debugging_Tools

    v1 v2  
    11[KEEP IN SYNC WITH DEBUG.H]
    22
    3 overview
     3Overview
    44--------
    55
    6 this module provides platform-independent debug facilities, useful for
     6This module provides platform-independent debug facilities, useful for
    77diagnosing and reporting program errors.
    88 * a symbol engine provides access to compiler-generated debug information and can also give a stack trace including local variables;
     
    1313
    1414
    15 usage
     15Usage
    1616-----
    1717
    18 please see the detailed comments below on how to use the individual features.
    19 much of this is only helpful if you explicity ask for it!
     18Please see the detailed comments below on how to use the individual features; much of this is only helpful if you explicitly ask for it!
    2019
    2120
    22 rationale
     21Rationale
    2322---------
    2423
    25 much of this functionality already exists within the VC7 IDE/debugger.
     24Much of this functionality already exists within the VC7 IDE/debugger.
    2625motivation for this code is as follows:
    2726 * we want a consistent interface for all platforms;