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