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
- Includes mcu-debug [RTOS Views extension](https://marketplace.visualstudio.com/items?itemName=mcu-debug.rtos-views)
7
-
in extension pack, which installs the mcu-debug [debug-tracker-vscode extension](https://marketplace.visualstudio.com/items?itemName=mcu-debug.debug-tracker-vscode)
8
-
as a dependency.
9
-
- Use with [CDT GDB Adapter extension](https://marketplace.visualstudio.com/items?itemName=eclipse-cdt.cdt-gdb-vscode)
10
-
v2.4.1 or later to work best.
11
-
- Updates included pyOCD distribution to v0.40.0
12
-
- Implements [#160](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/160): Allow multiple GDB connections to same TCP/IP port.
3
+
## 1.2.0
4
+
5
+
- Introduces the ability to access memory and calculate expression results while the target system is running.
6
+
This enables periodic refreshes of the [CPU execution time](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger?tab=readme-ov-file#cpu-time), the
7
+
[Memory Inspector](https://marketplace.visualstudio.com/items?itemName=eclipse-cdt.memory-inspector), and the
- [pyOCD v0.41.0](https://github.com/pyocd/pyOCD/releases/tag/v0.41.0) which is included in this extension
14
+
- The feature is enabled by the `auxiliaryGdb` setting of the `gdbtarget` debug adapter type which is automatically added to launch configurations managed by the CMSIS Solution extension.
15
+
- Adds [Trace and Live View](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger?tab=readme-ov-file#trace-and-live-view) to host new views that allow updates while the target system is running.
16
+
- Adds the [Live Watch](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger?tab=readme-ov-file#trace-and-live-view) which allows to watch results of expressions while the target is running.
17
+
- Use with the mcu-debug [RTOS Views](https://marketplace.visualstudio.com/items?itemName=mcu-debug.rtos-views) extension v0.0.12 which comes with views for a wide range of real-time operating systems, such as FreeRTOS, Zephyr, embOS, and Keil RTX5. This complements the RTOS awareness in the Call Stack window. Separate extension installation required.
18
+
- Includes updated pyOCD distribution (v0.41.0)
19
+
- Adds support for STLINK-V3PWR debug probe.
20
+
- Allows multiple GDB connections to same TCP/IP port ([#160](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/160)).
21
+
- Fixes [#598](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/598): RTOS support for Zephyr not working for GDB server.
13
22
- Fixes [#386](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/386): "Erase device" command fails on ST multi-core devices.
14
23
- Fixes [#520](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/520): Alif E7 HE core doesn't start after programming.
15
24
- Performs a hardware reset (nSRST) after flashing to ensure a clean post-load state.
@@ -18,6 +27,8 @@ v2.4.1 or later to work best.
18
27
- Refines debug sequence error handling and breakpoint management across resets.
19
28
- Updates ResetType API for clearer reset type selection (for example when using `monitor reset` command)
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 IoT projects on Arm Cortex-M single or multi core devices. Connects via pyOCD to CMSIS-DAP or other GDB servers.",
0 commit comments