miden-debug 0.11.0

An interactive debugger for Miden VM programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Stop inside a live procedure frame and verify both typed frame-base encodings.
# The helper injects two debug-variable rows immediately before a final local load.
#
# RUN: compile-masm %S/frame_base_values.masm --inject-frame-base-test-vars -o %t.masp
# RUN: miden-debug --commands %s %t.masp 2>&1 | filecheck %s

break for loc_load.0
continue
vars
delete 0
continue

# CHECK: Breakpoint 0 set: opcode loc_load.0
# CHECK: local_frame=42, memory_frame=42
# CHECK: Program terminated successfully