update launch.json in win10

This commit is contained in:
graduateDesign 2021-08-22 00:20:58 +08:00
parent bc58c9cb61
commit 192e0397fa

3
.vscode/launch.json vendored
View File

@ -9,7 +9,7 @@
"type": "cppdbg", "type": "cppdbg",
"request": "launch", "request": "launch",
"program": "${workspaceFolder}/build/src/test/pikascript_test", "program": "${workspaceFolder}/build/src/test/pikascript_test",
"args": [], "args": ["--gtest_filter=args_*"],
"stopAtEntry": false, "stopAtEntry": false,
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",
"environment": [], "environment": [],
@ -22,7 +22,6 @@
"ignoreFailures": true "ignoreFailures": true
} }
], ],
"miDebuggerPath": "/usr/bin/gdb"
}, },
{ {
"name": "(gdb) Launch", "name": "(gdb) Launch",