Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 04031d6

Browse files
committed
launch.json: Add jlink path
1 parent c8cc946 commit 04031d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/launch.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// Defined in tasks.json
1111
"request": "launch",
1212
"servertype": "jlink",
13+
// JLink server path
14+
// "serverpath": "",
15+
// GDB debug output
1316
// "showDevDebugOutput": "raw",
1417
"cwd": "${workspaceRoot}",
1518
// Executable to launch

0 commit comments

Comments
 (0)