Skip to main content

Module debugger_integration

Module debugger_integration 

Source
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ยง

DebuggerIntegration
Debugger integration for VirtualMachine