Releases: Marus/cortex-debug
V1.5.3
V1.5.2
V1.3.1 (preview release for 1.4.0)
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)
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
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
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
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
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
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
- 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
optiondemangle
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