Skip to main content

Module debugger

Module debugger 

Source
Expand description

VM Debugger for Shape Virtual Machine

Provides comprehensive debugging and tracing capabilities including:

  • Instruction-level tracing
  • Breakpoint support
  • Stack inspection
  • Call stack visualization
  • Step-by-step execution
  • Variable name resolution

Structs§

DebuggerState
Debugger state
VMDebugger
VM Debugger

Enums§

DebugCommand
Debugger commands
StepMode