1 Forks
48 Stars
48 Watchers

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.

How to download and setup vscode

Open terminal and run command
git clone https://github.com/probe-rs/vscode.git
git clone is used to create a copy or clone of vscode repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with vscode https://github.com/probe-rs/vscode/archive/master.zip

Or simply clone vscode with SSH
[email protected]:probe-rs/vscode.git

If you have some problems with vscode

You may open issue on vscode support forum (system) here: https://github.com/probe-rs/vscode/issues