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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,10 @@ The `cmsis-debug-jlink` debugger type allows to add default debug configurations
68
68
69
69
**Note**: The generated default debug configuration uses `JLinkGDBServer` as `target`.`server` setting. The executable with this name has slightly differing behavior depending on your host platform. It launches a GUI-less server on Linux and MacOS. Whereas a GDB server with GUI is launched on Windows. Please change the value to `JLinkGDBServerCL` to suppress the GUI on Windows.
70
70
71
+
In addition this extension contributes a debug configuration resolver which automatically fills the following gaps during debug launch:
72
+
- Adds/extends the `target`.`serverParameters` list of `JLinkGDBServer`/`JLinkGDBServerCL` command line arguments:
73
+
- Appends `--port` and the corresponding `port` value if `target`.`port` is set.
74
+
71
75
## Trademarks
72
76
Visual Studio is a trademark of the Microsoft group of companies.
0 commit comments