Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor how launch and attach requests work. #12

Merged
merged 8 commits into from
Oct 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"eamodio.tsl-problem-matcher",
"github.vscode-pull-request-github",
"matklad.rust-analyzer",
"tamasfe.even-better-toml",
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.2.2 An updated 'Alpha' release with up to date DAP protocol support, and integration with [probe-rs](https://github.com/probe-rs/probe-rs).

## 0.3 An updated 'Alpha' release that redefines how 'launch' versus 'attach' behaviour works.
- The majority of functionality is implemented in the [probe-rs-debugger](https://github.com/probe-rs/probe-rs/tree/master/debugger). Please refer to the [probe-rs CHANGELOG](https://github.com/probe-rs/probe-rs/blob/master/CHANGELOG.md) for detailed innformation on changes that affect functionality in this extension.


## 0.2.2 An updated 'Alpha' release with up to date DAP protocol support, and integration with [probe-rs](https://github.com/probe-rs/probe-rs).

## 0.1 The initial publish which has now been archived as https://github.com/probe-rs/vscode-legacy.git
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
## Documentation
Full documentation on Installation, Configuration and supported functionality can be found at [the probe-rs webpage](https://probe.rs/docs/tools/vscode/)

![probe-rs-debugger](images/probe-rs-debugger.gif)
![probe-rs-debugger](images/probe-rs-debugger.gif)
Images above taken while using the [Micro Rust sample application](https://github.com/titanclass/microrust-start)
Binary file modified images/probe-rs-debugger.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading