mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
vscode: fix debugging on windows
This commit is contained in:
parent
7807402899
commit
124dc0a64e
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 New Issue
Block a user