Skip to content

Commit 84d1cc1

Browse files
committed
readme update
Signed-off-by: Jens Reinecke <[email protected]>
1 parent b0f9972 commit 84d1cc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ The `cmsis-debug-jlink` debugger type allows to add default debug configurations
6868
6969
**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.
7070
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+
7175
## Trademarks
7276
Visual Studio is a trademark of the Microsoft group of companies.
7377
TODO: Review other things to be mentioned here.

0 commit comments

Comments
 (0)