DebugCommands Enumeration Fling OS
The list of basic debug commands used to debug the kernel.

Namespace: Kernel.Debug.Debugger
Assembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum DebugCommands
Members

  Member nameValueDescription
Break1 Break command
Continue2 Continue command
StepNext3 StepNext command
GetBreakAddress4 GetBreakAddress command
SendBreakAddress5 SendBreakAddress command
GetRegisters6 GetRegisters command
SendRegisters7 SendRegisters command
GetArguments8 GetArguments command
SendArguments9 SendArguments command
GetLocals10 GetLocals command
SendLocals11 SendLocals command
Message12 Message command
SetInt313 Set Int3 command
ClearInt314 Clear Int3 command
GetMemory15 GetMemory command
SendMemory16 SendMemory command
Remarks

Duplicated in Commands.*.asm file - any updates to this list must also be done to the ASM.
See Also