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",