vscode: fix debugging on windows
This commit is contained in:
parent
7807402899
commit
124dc0a64e
1 changed files with 2 additions and 0 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
|
@ -28,6 +28,7 @@
|
|||
"windows": {
|
||||
"cwd": "${workspaceFolder}/build/contrib/ports/win32/example_app",
|
||||
"program": "${workspaceFolder}/build/contrib/ports/win32/example_app/example_app",
|
||||
"miDebuggerPath": "gdb.exe",
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -54,6 +55,7 @@
|
|||
"windows": {
|
||||
"cwd": "${workspaceFolder}/contrib/ports/win32/check/build",
|
||||
"program": "${workspaceFolder}/contrib/ports/win32/check/build/lwip_unittests",
|
||||
"miDebuggerPath": "gdb.exe",
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue