You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ChangeLog
2
2
3
-
# V1.13.0-pre1
3
+
# V1.13.0-pre3
4
4
* MAJOR Change. The `Restart` button functionality has been completely changed. This was not a stable function and VSCode kept changing its definition over the years multiple times. However they provide a default functionality, so the `Restart` button still works but very differently from our implementation. As of today, VSCode seems to do the following (and this extension is not involved)
5
5
* It Stops the current session. This means the current GDB and any GDB-server (openocd, stlink, etc. are also terminated)
6
6
* If then Starts a new session using the same configuration.
@@ -14,6 +14,7 @@
14
14
so the extension no longer depends on other extensions to provide related functionality.
15
15
* Black Magic Probe now supports SWO via the dedicated USB endpoint.
16
16
* ST-LINK GDB server (*not* st-util) now supports SWO functionality, using standard configuration options.
17
+
* Bugfix #1007: An issue with how gdb works prevented RTOS detection when `"symbolFiles"` was used. It will now work if you do not use additional options to specify sections or a textaddress.
17
18
18
19
# V1.12.1
19
20
* Fix for [#923: Local variables with same name between functions not tracking or updating context](https://github.com/Marus/cortex-debug/issues/923)
0 commit comments