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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
* All gdb servers that have SWO will now use the SWO_Init (you can override it) GDB macro. See https://github.com/Marus/cortex-debug/wiki/SWO-Output and https://github.com/Marus/cortex-debug/blob/master/support/gdb-swo.init
5
5
* Protected the advanced decoder from crashes in user supplied decoder Javascript code. It is a bit more robust
6
6
* Warning: Despite our best efforts, this release may break existing advanced decoders...it is unclear to me how they are being used
7
-
* The updated interface for the advanced decoder can be found herehttps://github.com/Marus/cortex-debug/blob/370f176be13949c47d3f5bec3cd6c42e3c71de24/src/frontend/swo/common.ts#L91 (Search for AdvancedDecoder)
7
+
* The updated AdvancedDecoder interface can be found inhttps://github.com/Marus/cortex-debug/blob/master/src/frontend/swo/advanced-decoder.ts
8
8
9
9
# V1.13.0-pre4
10
10
* Feature: Support for setting values on expression from the Watch panel. The new value has to be something that GDB understands, so setting values on arrays, structures won't work but it should work on any scalar
0 commit comments