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§
- Debugger
State - Debugger state
- VMDebugger
- VM Debugger
Enums§
- Debug
Command - Debugger commands
- Step
Mode