miden-debug 0.15.0

An interactive debugger for Miden VM programs
Documentation
1
2
3
4
5
6
7
8
9
10
begin
    push.1
    if.true
        push.10
        push.20
        add
    else
        push.30
    end
end