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.
- Host: GitHub
- URL: https://github.com/probe-rs/vscode
- Owner: probe-rs
- License: other
- Created: 2021-05-11T18:55:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-20T21:17:32.000Z (10 months ago)
- Last Synced: 2025-05-30T01:37:28.611Z (10 months ago)
- Topics: arm, cortex, debug, embedded, linux, macos, probe-rs, probe-rs-debugger, rust-embedded, vscode, vscode-extension, windows
- Language: TypeScript
- Homepage: https://probe.rs/
- Size: 4.47 MB
- Stars: 70
- Watchers: 7
- Forks: 8
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
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)