Skip to content

V0.3.10

Choose a tag to compare

@Marus Marus released this 25 Jan 22:46
· 760 commits to master since this release

This feature upgrades our VSCode dependency for the extension - as a result V0.3.10 will only support the Visual Studio Code version 1.52 and above.

Also wanted to call out the gdbPath user setting that was introduced at V0.3.8 (but not included in the changelog) - this allows users to override the complete path to GDB including the executable name - allowing the use of gdb-multiarch.

New Features:

  • Added support for Linux ARM hosts (both aarch64 and armhf) to the binary modules
  • Added the ability to pin certain perhiperals in the Perhiperal Register view so they remain at the top of the view. Thanks to manuargue for the PR. This provides an alterate solution to issue #370
  • Added the ability to set gdbPath as an override in your launch.json file.