This repo provides the implementation of the miden debug command, i.e. an interactive debugger for Miden programs.
The underlying miden-debug crate may also be used as a library, for use cases where you want to use the debugger as an executor for Miden programs, such as
in tests, etc.
See the documentation for more details on the miden debug command, and how to use the debugger.
MIT