Skip to content

Commit

Permalink
1.12.1-pre6
Browse files Browse the repository at this point in the history
  • Loading branch information
haneefdm committed Sep 6, 2023
1 parent 439e41d commit 3a93bd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# V1.12.1
* Fix for [#923: Local variables with same name between functions not tracking or updating context](https://github.com/Marus/cortex-debug/issues/923)
* Fix for [#740: Missing RTT Timestamp in logfile](https://github.com/Marus/cortex-debug/issues/740)
* Fix for [#929: Static variables don't show](https://github.com/Marus/cortex-debug/issues/929). This only affected people on Windows
* Tag VSCode generated debug lines with a timestamp when `showDevDebugTimestamps` is set to true. Also, the timestamp has a delta from the previous message
* 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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.12.1-pre5",
"version": "1.12.1-pre6",
"preview": false,
"activationEvents": [
"onDebugResolve:cortex-debug",
Expand Down

0 comments on commit 3a93bd8

Please sign in to comment.