TTD Exception Objects
TTD Exception objects are used to give information about exceptions that happened during a trace session.
Property | Description |
---|---|
Type | Describes the type of exception. Possible values are "Software" and "Hardware". |
ProgramCounter | The instruction where the exception was thrown. |
Code | The code of the exception. |
Flags | The exception flags. |
RecordAddress | Where in memory you can find the record of the exception. |
Object | Description |
---|---|
Position | A position object that describes the position the exception occurred. |
Information pending
Time Travel Debugging - Introduction to Time Travel Debugging objects