Skip to content

Commit 3a93bd8

Browse files
committed
1.12.1-pre6
1 parent 439e41d commit 3a93bd8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# V1.12.1
33
* Fix for [#923: Local variables with same name between functions not tracking or updating context](https://github.com/Marus/cortex-debug/issues/923)
44
* Fix for [#740: Missing RTT Timestamp in logfile](https://github.com/Marus/cortex-debug/issues/740)
5+
* Fix for [#929: Static variables don't show](https://github.com/Marus/cortex-debug/issues/929). This only affected people on Windows
56
* Tag VSCode generated debug lines with a timestamp when `showDevDebugTimestamps` is set to true. Also, the timestamp has a delta from the previous message
67
* For `symbolFIles`, you can simply specify a elf file or specify an object that has other options like offsets. If you do not need any special options, `symbolFiles` is now a simple array of elf-file-names
78

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.12.1-pre5",
2+
"version": "1.12.1-pre6",
33
"preview": false,
44
"activationEvents": [
55
"onDebugResolve:cortex-debug",

0 commit comments

Comments
 (0)