Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 511 Bytes

File metadata and controls

12 lines (7 loc) · 511 Bytes

Miden Debugger

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.

License

MIT