Skip to content

Releases: Marus/cortex-debug

V1.13.0-pre6

15 Apr 13:43
Compare
Choose a tag to compare
V1.13.0-pre6 Pre-release
Pre-release

See CHANGELOG Especially if you are using the advanced decoder.

This is a private build that has not been released to the VSCode marketplace, even as a pre-release. It is intended to test specific issues that have been addressed in the last few months.

Advance decoders for RTT now support dispose(). Also, SWO/RTT channels are recycled. See CHANGELOG.

Download the VSIX file and install it. Do NOT double-click on the vsix file. Google for instructions on how to install VSIX files in VSCode.

V1.13.0-pre5

15 Apr 05:37
Compare
Choose a tag to compare
V1.13.0-pre5 Pre-release
Pre-release

See CHANGELOG Especially if you are using the advanced decoder.

This is a private build that has not been released to the VSCode marketplace, even as a pre-release. It is intended to test specific issues that have been addressed in the last few months.

In this release, there have been a LOT of changes to how SWO is initialized via GDB. I do not have every probe available to me so I tested with the ones I had, mainly with STLink and OpenOCD. Any feedback is welcome.

Download the VSIX file and install it. Do NOT double-click on the vsix file. Google for instructions on how to install VSIX files in VSCode.

V1.13.0-pre4

13 Apr 23:52
Compare
Choose a tag to compare
V1.13.0-pre4 Pre-release
Pre-release

See CHANGELOG

This is a private build and not released to the VSCode marketplace even as a pre-release. This is intended to test specific issues that have been addressed in the last few months.

SWO seems to be broken if a connection is not established with the server in under a second. Sorry

Download the VSIX file and install it. Do NOT double-click on the vsix file. Google for instructions on how to install VSIX files in VSCode.

V1.13.0-pre3

17 Jan 19:18
ea3fb4b
Compare
Choose a tag to compare
V1.13.0-pre3 Pre-release
Pre-release

See CHANGELOG

The main change is a fix for #1007. However many source code changes happened as we are upgrading to newer versions of tools (thanks @ssimek)

Download the VSIX file and install it. Do NOT double-click on the vsix file. Google for instructions on how to install VSIX files in VSCode.

V1.13.0-pre2

15 Jan 23:09
Compare
Choose a tag to compare
V1.13.0-pre2 Pre-release
Pre-release

See CHANGELOG

Download the VSIX file and install it. Do NOT double-click on the vsix file. Google for instructions on how to install VSIX files in VSCode.

V1.12.1-pre6

07 Sep 00:02
Compare
Choose a tag to compare
V1.12.1-pre6 Pre-release
Pre-release

Fix for Issue #929

V1.12.1-pre5

01 Sep 17:09
Compare
Choose a tag to compare
V1.12.1-pre5 Pre-release
Pre-release

Faster stack traces using an alternate approach to querying GDB. Only helps when your stack is corrupted or too big. This can help when you are single-stepping with a corrupt stack.
Also, it does not help when your stack is so corrupted that GDB crashes or hangs on stack-trace/local-variable requests.

V1.12.1-pre3

29 Aug 17:12
Compare
Choose a tag to compare
V1.12.1-pre3 Pre-release
Pre-release

More complete fix for #923. Was a problem with aliased locals, globals and statics as well.

Sorry, commit tag is wrong but the VSIX is correct

V1.12.1-pre2

25 Aug 22:33
Compare
Choose a tag to compare
V1.12.1-pre2 Pre-release
Pre-release

Potential Fix for issue #923. It affects both watch and hover variables

V1.12.1-pre1

23 Aug 12:44
Compare
Choose a tag to compare
V1.12.1-pre1 Pre-release
Pre-release

Minor changes. Now (optional) timestamps are shown even when "showDevDebugOutput" is set to "vscode" for messages generated by Microsoft.