From 3a93bd88820a1bc624f7e4b2d7e01a1fabbd45d6 Mon Sep 17 00:00:00 2001 From: Haneef Mohammed Date: Wed, 6 Sep 2023 16:59:41 -0700 Subject: [PATCH] 1.12.1-pre6 --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d058390..e11ce4e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 233daeed..33e5ac2e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.12.1-pre5", + "version": "1.12.1-pre6", "preview": false, "activationEvents": [ "onDebugResolve:cortex-debug",