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: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,8 @@ supports the MI protocol.
32
32
-[Memory Inspector](https://marketplace.visualstudio.com/items?itemName=eclipse-cdt.memory-inspector), an Eclipse
33
33
CDT.cloud extension that provides a powerful and configurable memory viewer that works with debug adapters.
34
34
35
-
-[Peripheral Inspector](https://marketplace.visualstudio.com/items?itemName=eclipse-cdt.peripheral-inspector), an EclipseCDT.cloud extension that provides a CMSIS SVD viewer and works with debug adapters.
35
+
-[Peripheral Inspector](https://marketplace.visualstudio.com/items?itemName=eclipse-cdt.peripheral-inspector), an
36
+
EclipseCDT.cloud extension that provides a CMSIS SVD viewer and works with debug adapters.
36
37
37
38
## Recommended Extensions
38
39
@@ -107,7 +108,7 @@ the following gaps during debug launch:
107
108
- Extends the `target`>`serverParameters` list of `pyocd` command line arguments:
108
109
- Prepends `gdbserver` if not present.
109
110
- Appends `--port <gdbserver_port>` if the `target`>`port` setting is set, where `<gdbserver_port>` gets
110
-
that port setting's value.
111
+
that port setting's value.
111
112
- Appends `--cbuild-run` and the corresponding `cbuildRunFile` path if `cmsis`>`cbuildRunFile` is set.
112
113
113
114
**Note**: The built-in version of pyOCD supports the command line option `--cbuild-run` which isn't available
0 commit comments