Class | Description |
---|---|
ClearBreakpointsCommand |
Clear All Breakpoints command.
|
ClearExceptionBreakpointsCommand |
Clear All Exception Breakpoints command.
|
ClearRequestCommand |
Command to clear a request on the debugger.
|
Command<I,O> |
Base class for commands.
|
Command.EmptyCommandData |
empty content class
|
DisconnectCommand | |
GetFrameVariablesCommand | |
GetFrameVariablesCommand.Var |
simple struct class containing variable definition
|
GetThreadFramesCommand | |
GetThreadFramesCommand.Frame |
simple struct class containing frame definition
|
GetVariableValueCommand | |
GetVariableValueCommand.ValueContent |
simple struct class containing value definition
|
ResumeThreadCommand | |
SetRequestCommand | |
SetVariableValueCommand | |
SetVariableValueCommand.SetVariableValueData |
the command request data
|
SetVariableValueCommand.ValueContent |
simple struct class containing value definition
|
ToggleTracingCommand |
command to toggle tracing
|