Skip to content

Commit fa90fb6

Browse files
committed
fixed executable dir in launch.json
1 parent 3067c76 commit fa90fb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

project/.vscode/launch.json.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "Upload Core #0",
99
"cwd": "${workspaceFolder}",
10-
"executable": "${workspaceFolder}/build/project/klib.elf",
10+
"executable": "${workspaceFolder}/build/klib.elf",
1111
"device": "${config:target_cpu_debug}",
1212
"interface": "swd",
1313
"request": "launch",
@@ -30,7 +30,7 @@
3030
{
3131
"name": "Attach Core #0",
3232
"cwd": "${workspaceFolder}",
33-
"executable": "${workspaceFolder}/build/project/klib.elf",
33+
"executable": "${workspaceFolder}/build/klib.elf",
3434
"device": "${config:target_cpu_debug}",
3535
"interface": "swd",
3636
"request": "attach",

0 commit comments

Comments
 (0)