An open API service indexing awesome lists of open source software.

https://github.com/probe-rs/vscode

VSCode debug extension for probe-rs. It uses the MS DAP protocol to communicate directly with the probe (via probe-rs), and supports basic command line debugging in addition to VSCode UI.
https://github.com/probe-rs/vscode

arm cortex debug embedded linux macos probe-rs probe-rs-debugger rust-embedded vscode vscode-extension windows

Last synced: 9 months ago
JSON representation

VSCode debug extension for probe-rs. It uses the MS DAP protocol to communicate directly with the probe (via probe-rs), and supports basic command line debugging in addition to VSCode UI.

Awesome Lists containing this project

README

          

# The official VS Code extension for [probe-rs](https://probe.rs/) .

A VS Code extension for debugging embedded Rust applications using probe-rs, with support for a [large range of debug probes and chips](https://probe.rs/targets/?manufacturer=SHOW_ALL_MANUFACTURERS&family=SHOW_ALL_FAMILIES), including many variants of ARM Cortex-M, ARM Cortex-A, and RISC-V.

## Documentation

Full documentation on [Installation](https://probe.rs/docs/tools/debugger/#installation), [Configuration](https://probe.rs/docs/tools/debugger/#usage-and-configuration) and [supported functionality](https://probe.rs/docs/tools/debugger/#current-working-functionality-and-known-limitations)
can be found at [the probe-rs webpage](https://probe.rs/docs/tools/debugger/) and
under the [visual tour
heading](https://probe.rs/docs/tools/debugger/#a-visual-guide-of-implemented-features)