The list of basic debug commands used to debug the kernel.
Namespace: Kernel.Debug.DebuggerAssembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Break | 1 | Break command | |
Continue | 2 | Continue command | |
StepNext | 3 | StepNext command | |
GetBreakAddress | 4 | GetBreakAddress command | |
SendBreakAddress | 5 | SendBreakAddress command | |
GetRegisters | 6 | GetRegisters command | |
SendRegisters | 7 | SendRegisters command | |
GetArguments | 8 | GetArguments command | |
SendArguments | 9 | SendArguments command | |
GetLocals | 10 | GetLocals command | |
SendLocals | 11 | SendLocals command | |
Message | 12 | Message command | |
SetInt3 | 13 | Set Int3 command | |
ClearInt3 | 14 | Clear Int3 command | |
GetMemory | 15 | GetMemory command | |
SendMemory | 16 | SendMemory command |
Remarks
See Also