We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3067c76 commit fa90fb6Copy full SHA for fa90fb6
1 file changed
project/.vscode/launch.json.example
@@ -7,7 +7,7 @@
7
{
8
"name": "Upload Core #0",
9
"cwd": "${workspaceFolder}",
10
- "executable": "${workspaceFolder}/build/project/klib.elf",
+ "executable": "${workspaceFolder}/build/klib.elf",
11
"device": "${config:target_cpu_debug}",
12
"interface": "swd",
13
"request": "launch",
@@ -30,7 +30,7 @@
30
31
"name": "Attach Core #0",
32
33
34
35
36
"request": "attach",
0 commit comments