mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
update launch.json in win10
This commit is contained in:
parent
bc58c9cb61
commit
192e0397fa
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user