Debugging Adapter Protocol (DAP) implementation for the MSIM simulator written in Rust.
You can download a pre-built binary in the releases section.
Currently, Linux linux-x86 (amd64) and macOS Apple Silicon (darwin-arm64) binaries are provided,
if you need any other, you have to build them yourself.
To build the binary, first install Rust.
Then, clone the repository and run in the root:
cargo build --releaseYou can now find the built msim-dap binary in ./target/release/.
Most easily used with the msim-debugger VS Code extension,
see the tutorial there.
It can also work standalone, run it as msim-dap -h to view the options.