miden-debug 0.15.0

An interactive debugger for Miden VM programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Run a small compiled MASM package to completion, then inspect the stack.
#
# RUN: compile-masm %S/add.masm -o %t.masp
# RUN: miden-debug --commands %s %t.masp 2>&1 | filecheck %s
#
# The lines below without a leading '#' are debugger commands, executed in order
# by `miden-debug --commands`. Lines starting with '#' are ignored by the
# debugger and consumed by filecheck instead.

continue
stack

# CHECK: Program terminated successfully
# CHECK: [0] 7