Skip to content

0xVector/msim-dap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msim-dap

Debugging Adapter Protocol (DAP) implementation for the MSIM simulator written in Rust.

Releases

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.

Building from sources

To build the binary, first install Rust.

Then, clone the repository and run in the root:

cargo build --release

You can now find the built msim-dap binary in ./target/release/.

Usage

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.

About

Rust Adapter for debugging in MSIM via DAP

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages