debugger module¶
Class |
Description |
|---|---|
The |
|
DebugBreakpoint represents a breakpoint in the target. It has the following fields: |
|
DebugFrame represents a frame in the stack trace. It has the following fields: |
|
DebugModule represents a module in the target. It has the following fields: |
|
DebugProcess represents a process in the target. It has the following fields: |
|
DebugRegister represents a register in the target. It has the following fields: |
|
DebugRegisters represents all registers of the target. |
|
DebugThread represents a thread in the target. It has the following fields: |
|
The |
|
DebuggerEvent is the event object that a debugger event callback receives |
|
DebuggerEventData is the collection of all possible data associated with the debugger events |
|
|
|
ErrorEventData is the data associated with a ErrorEvent |
|
ModuleNameAndOffset represents an address that is relative to the start of module. |
|
|
StdOutMessageEventData is the data associated with a StdOutMessageEvent |
TTDCallEvent represents a function call event in a TTD trace. It has the following fields: |
|
TTDEvent represents important events that happened during a TTD trace. |
|
TTD Event Type enumeration for different types of events in TTD traces. These are bitfield flags… |
|
TTDException represents information about exceptions that occurred during a TTD trace. |
|
TTD Exception Type enumeration for different types of exceptions. |
|
TTDMemoryEvent represents a memory access event in a TTD trace. It has the following fields: |
|
TTDModule represents information about modules that were loaded/unloaded during a TTD trace. |
|
TTDPosition represents a position in a time travel debugging trace. |
|
TTDThread represents information about threads and their lifetime during a TTD trace. |
|
|
TargetExitedEventData is the data associated with a TargetExitedEvent |
|
TargetStoppedEventData is the data associated with a TargetStoppedEvent |