You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full documentation on [Installation](https://probe.rs/docs/tools/vscode/#installation), [Configuration](https://probe.rs/docs/tools/vscode/#usage-and-configuration) and [supported functionality](https://probe.rs/docs/tools/vscode/#current-working-functionality-and-known-limitations)
6
+
can be found at [the probe-rs webpage](https://probe.rs/docs/tools/vscode/) and
* Press F5 to start a new VS Code instance where the extension can be debugged.
31
+
You can also open the "Run and Debug" panel in the left sidebar, and then
32
+
start the "Extension" debug configuration.
33
+
34
+
### To run against a compiled executable of `probe-rs-debugger`
35
+
36
+
* Press `F5` to __build and launch executable__`probe-rs-debugger`. VSCode will
37
+
open another VS Code window, titled __[Extension Development Host]__.
38
+
* In this new VSCode window,
39
+
* Open an existing project, or create a new one.
40
+
* In your project, configure the `launch.json` in your project, as per [the minimum configuration](https://probe.rs/docs/tools/vscode/#start-a-debug-session-with-minimum-configuration) example.
41
+
* Select the debug environment you just created.
42
+
* Press `F5` to start debugging.
43
+
44
+
### To run against a debuggable instance of `probe-rs-debugger`
45
+
46
+
* Clone the [probe-rs](https://github.com/probe-rs/probe-rs.git) repository, and
47
+
open it in VSCode.
48
+
* In this `probe-rs` repo, select the debug environment `DAP-Server
49
+
probe-rs-debugger`
50
+
* Press `F5` to start `probe-rs-debugger` as a debuggable server.
51
+
* Switch to the VSCode instance of the probe-rs `vscode` repository.
52
+
* In this new VSCode window,
53
+
* Open an existing project, or create a new one.
54
+
* In your project, configure the `launch.json` in your project, as per [the existing debugger server](https://probe.rs/docs/tools/vscode/#using-to-an-existing-probe-rs-debugger-server) example.
55
+
* Select the debug environment you just created.
56
+
* Press `F5` to start debugging.
57
+
58
+
## Releasing the extension
59
+
60
+
The extension can only be released as part of the CI process on GitHub Actions.
61
+
- The CI process will automatically build the extension and publish it to the
A VS Code extension for debugging embedded Rust applications using probe-rs, with support for a large range of debug probes and chips, including many variants of ARM Cortex-M, ARM Cortex-A, and RISC-V.
4
+
3
5
## Documentation
4
6
5
7
Full documentation on [Installation](https://probe.rs/docs/tools/vscode/#installation), [Configuration](https://probe.rs/docs/tools/vscode/#usage-and-configuration) and [supported functionality](https://probe.rs/docs/tools/vscode/#current-working-functionality-and-known-limitations)
* Press F5 to start a new VS Code instance where the extension can be debugged.
31
-
You can also open the "Run and Debug" panel in the left sidebar, and then
32
-
start the "Extension" debug configuration.
33
-
34
-
### To run against a compiled executable of `probe-rs-debugger`
35
-
36
-
* Press `F5` to __build and launch executable__`probe-rs-debugger`. VSCode will
37
-
open another VS Code window, titled __[Extension Development Host]__.
38
-
* In this new VSCode window,
39
-
* Open an existing project, or create a new one.
40
-
* In your project, configure the `launch.json` in your project, as per [the minimum configuration](https://probe.rs/docs/tools/vscode/#start-a-debug-session-with-minimum-configuration) example.
41
-
* Select the debug environment you just created.
42
-
* Press `F5` to start debugging.
43
-
44
-
### To run against a debuggable instance of `probe-rs-debugger`
45
-
46
-
* Clone the [probe-rs](https://github.com/probe-rs/probe-rs.git) repository, and
47
-
open it in VSCode.
48
-
* In this `probe-rs` repo, select the debug environment `DAP-Server
49
-
probe-rs-debugger`
50
-
* Press `F5` to start `probe-rs-debugger` as a debuggable server.
51
-
* Switch to the VSCode instance of the probe-rs `vscode` repository.
52
-
* In this new VSCode window,
53
-
* Open an existing project, or create a new one.
54
-
* In your project, configure the `launch.json` in your project, as per [the existing debugger server](https://probe.rs/docs/tools/vscode/#using-to-an-existing-probe-rs-debugger-server) example.
55
-
* Select the debug environment you just created.
56
-
* Press `F5` to start debugging.
57
-
58
-
## Releasing the extension
59
-
60
-
The extension can only be released as part of the CI process on GitHub Actions.
61
-
- The CI process will automatically build the extension and publish it to the
0 commit comments