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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,11 @@
1
1
ChangeLog
2
+
3
+
# V0.4.3
4
+
5
+
* Registers (CPU and Peripheral) now indicate with a highlighted value, which ones changed since last update
6
+
* Line-based Breakpoints now visually indicate which line a breakpoint is actually set when different from what was requested. Normal VSCode behavior is to revert back to the original line when debug session ends.
7
+
* Perhpieral update will try to update as much as possible instead of bailing entire peripheral update after a single memory read failure. Failed reads are now indicated with `0xffffffff`
8
+
2
9
# V0.4.2
3
10
4
11
* Now you can toggle Hex mode for Registers and Variables independently from the Debug Panel.
0 commit comments