Expand description
Debugger integration for the VM
This module handles debugger support, tracing, and debugging operations for the virtual machine.
Display-only methods (stack_top, stack_values_vec, local_values_vec)
return ExternalValue for safe serialization and display.
Data-flow methods (module_binding_values, set_global) retain ValueWord since
they feed values back into the VM.
Traitsยง
- Debugger
Integration - Debugger integration for VirtualMachine