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. It is useful… |
|
|
StdOutMessageEventData is the data associated with a StdOutMessageEvent |
|
TargetExitedEventData is the data associated with a TargetExitedEvent |
|
TargetStoppedEventData is the data associated with a TargetStoppedEvent |