Skip to content

Releases: Marus/cortex-debug

V1.5.3

26 Jul 16:03
Compare
Choose a tag to compare
V1.5.3 Pre-release
Pre-release

Now available from the marketplace

V1.5.2

23 Jul 09:52
Compare
Choose a tag to compare
V1.5.2 Pre-release
Pre-release

Now available from the marketplace

V1.3.1 (preview release for 1.4.0)

29 Jan 00:45
Compare
Choose a tag to compare
Pre-release

https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug

If you need a physical download, you can do that from the link above.

Please see CHANGELOG.md

# V1.3.0 (preview release for 1.4.0)

27 Jan 18:21
Compare
Choose a tag to compare
Pre-release

https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug

If you need a physical download, you can do that from the link above.

Please see CHANGELOG.md

V1.2.0

20 Jan 15:59
Compare
Choose a tag to compare

https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug

If you need a physical download, you can do that from the link above.

Please see CHANGELOG.md

V1.1.5

03 Jan 18:16
Compare
Choose a tag to compare
V1.1.5 Pre-release
Pre-release

As you know we have moved to a new versioning scheme and this pre-release is one of them. If you have enabled the Pre-release functionality in VSCode, you should have already received an update via the Marketplace. We will no longer make releases from GitHub until we find time to automate it (or someone can help) as it is a lot of manual work.

https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug

If you need a physical download, you can do that from above link as well.

This release has too many changes to enumerate. Please read the CHANGELOG.md for V1.1.0 through V1.1.5

V1.1.4

02 Jan 17:46
Compare
Choose a tag to compare
V1.1.4 Pre-release
Pre-release

As you know we have moved to a new versioning scheme and this pre-release is one of them. If you have enabled the Pre-release functionality in VSCode, you should have already received an update via the Marketplace.

This release has too many changes to enumerate. Please read the CHANGELOG.md for V1.1.0 through V1.1.4

V1.1.3

01 Jan 18:18
Compare
Choose a tag to compare
V1.1.3 Pre-release
Pre-release

As you know we have moved to a new versioning scheme and this pre-release is one of them. If you have enabled the Pre-release functionality in VSCode, you should have already received an update via the Marketplace.

This release has too many changes to enumerate. Please read the CHANGELOG.md for V1.1.0 through V1.1.3

V1.1.2

31 Dec 19:56
Compare
Choose a tag to compare
V1.1.2 Pre-release
Pre-release

As you know we have moved to a new versioning scheme and this pre-release is one of them. If you have enabled the Pre-release functionality in VSCode, you should have already received an update via the Marketplace.

This release has too many changes to enumerate. Please read the CHANGELOG.md for V1.1.0 through V1.1.2

V0.4.11-pre1

07 Dec 15:42
Compare
Choose a tag to compare
V0.4.11-pre1 Pre-release
Pre-release
  • Issue #538: Fixed bug SVD internal debug verification. Not supposed to be for production but got released and caused false errors. This in turn resulted in SVD load failure.
  • launch.json option demangle is removed. We always demangle. Its default value was true for quite some time. There is quite a bit of C++ now coming in and Rust as well. It appears there is no harm in always enabling it.
  • Issue #539: Using GDB to get some symbol information for locals and globals. Hopefully, gives better performance for large executables. Most information still comes from objdump though.

Please see the article below for Install instructions for a VSIX file. Do not double click on it on Windows as that will attempt to install into Visual Studio rather than VSCode

https://stackoverflow.com/questions/42017617/how-to-install-vs-code-extension-manually