Skip to content

V0.4.1 : Alpha updated on 2022-12-30

Pre-release
Pre-release
Compare
Choose a tag to compare
@noppej noppej released this 16 Dec 17:34
· 148 commits to master since this release
3f7ae81

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