Releases: probe-rs/vscode
v0.17.2 is the first stable release to be published to VS Extension Marketplace
V0.4.2 : Alpha updated on 2023-01-14
This release contains changes to support the probe-rs-debugger
v0.14.0 release.
Please refer to the latest version of the guide for setup and usage information.
Consider this an Alpha release, that demonstrates working functionality of many features, while not being complete. The primary debug functionality is implemented in the pre-requisite probe-rs debug server.
NOTE: This release requires the latest probe-rs-debugger to be installed with cargo install --force probe-rs-debugger
V0.4.1 : Alpha updated on 2022-12-30
This release contains changes to support the change in probe-rs-debugger
associated with logging data from the debugger.
This release requires changes to the launch.json
files in user projects
- The
consoleLog
property only supports one of three values[Console, Info, Debug]
- The extension will now honour
env
properties, for example:"env": { "RUST_LOG": "warn", "DEFMT_LOG": "debug" }
Please refer to the latest version of the guide for setup and usage information.
Consider this an Alpha release, that demonstrates working functionality of many features, while not being complete. The primary debug functionality is implemented in the pre-requisite probe-rs debug server.
NOTE: This release requires the latest probe-rs-debugger to be installed with cargo install --force --git https://github.com/probe-rs/probe-rs --branch master probe-rs-debugger
V0.4.0 : Alpha updated in 2022-04-18
This release contains changes to support the change in probe-rs-debugger
associated with adding CMSIS-SVD Peripheral data to the the debugger.
This release requires changes to the launch.json
files in user projects
NOTE: This release requires the latest probe-rs-debugger to be installed with cargo install --force --git https://github.com/probe-rs/probe-rs probe-rs-debugger
Please refer to the latest version of the guide for setup and usage information.
Consider this an Alpha release, that demonstrates working functionality of many features, while not being complete. The primary debug functionality is implemented in the pre-requisite probe-rs debug server.
V0.3.6 : Alpha updated on 2022-03-05
This release contains minor changes to support the change in probe-rs-debugger
associated with removing CLI functionality from the debugger.
NOTE: This release requires the latest probe-rs-debugger to be installed with cargo install --force --git https://github.com/probe-rs/probe-rs probe-rs-debugger
Please refer to the latest version of the guide for setup and usage information.
Consider this an Alpha release, that demonstrates working functionality of many features, while not being complete. The primary debug functionality is implemented in the pre-requisite probe-rs debug server.
V0.3.5 : Alpha update on 2022-03-02
This release contains improvements in RTT logging, as well as updates to dependencies.
NOTE: This release requires the latest probe-rs-debugger to be installed with cargo install --force --git https://github.com/probe-rs/probe-rs probe-rs-debugger
Please refer to the latest version of the guide for setup and usage information.
Consider this an Alpha release, that demonstrates working functionality of many features, while not being complete. The primary debug functionality is implemented in the pre-requisite probe-rs debug server.
V0.3.4 : Alpha update on 2022-02-03
This release contains general bug fixes, as well as improvements to the logging.
NOTE: This release requires the latest probe-rs-debugger to be installed with cargo install --force --git https://github.com/probe-rs/probe-rs probe-rs-debugger
Please refer to the latest version of the guide for setup and usage information.
Consider this an Alpha release, that demonstrates working functionality of many features, while not being complete. The primary debug functionality is implemented in the pre-requisite probe-rs debug server.
V0.3.3 : Alpha update on 2021-11-17
This release fixes issue #15.
NOTE This release requires the latest probe-rs-debugger to be installed with cargo install --force --git https://github.com/probe-rs/probe-rs probe-rs-debugger
Please refer to the latest version of the guide for setup and usage information.
Consider this an Alpha release, that demonstrates working functionality of many features, while not being complete. The primary debug functionality is implemented in the pre-requisite probe-rs debug server.
V0.3.2 : Alpha update on 2021-11-15
This release fixes issue #14.
NOTE This release requires the latest probe-rs-debugger to be installed with cargo install --force --git https://github.com/probe-rs/probe-rs probe-rs-debugger
Please refer to the latest version of the guide for setup and usage information.
Consider this an Alpha release, that demonstrates working functionality of many features, while not being complete. The primary debug functionality is implemented in the pre-requisite probe-rs debug server.
V0.3.1 : Alpha update on 2021-11-12
Converted launch.json
properties to use camelCase. e.g. Will now use flashingEnabled
rather than flashing_enabled
.
NOTE This release requires the latest probe-rs-debugger
to be installed with cargo install --force --git https://github.com/probe-rs/probe-rs probe-rs-debugger
Please refer to the latest version of the guide for setup and usage information.
Consider this an Alpha release, that demonstrates working functionality of many features, while not being complete. The primary debug functionality is implemented in the pre-requisite probe-rs debug server.