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
- Improves reset handling robustness for debug sequences.
8
+
- Fixes error if additional access port is added to *.cbuild-run.yml [#972](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/972)
9
+
- Fixes potential name clashes between default debug sequences and user-defined debug vars [#967](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/967)
10
+
3
11
## 1.6.0
4
12
5
13
- The extension now has a *pre-release channel* for early access to upcoming features.
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "vscode-cmsis-debugger",
3
3
"displayName": "Arm CMSIS Debugger",
4
4
"description": "Run and debug embedded and Edge AI projects on Arm Cortex-M single or multi core devices. Connects via pyOCD to CMSIS-DAP or other GDB servers.",
0 commit comments