pub fn maybe_write_debuggable_program_to_disk(
program: &Program,
vm_state: &VMState,
)
👎Deprecated since 0.3.0: Use
maybe_write_debuggable_vm_state_to_disk
instead. Explanation: The program is now included in the VM’s state and no longer needed separately.