mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-02-05 17:28:23 +08:00
update launch.json
This commit is contained in:
parent
4fb092d1be
commit
db21bc83c3
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@ -9,8 +9,8 @@
|
|||||||
"type": "cppdbg",
|
"type": "cppdbg",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${workspaceFolder}/build/src/test/pikascript_test",
|
"program": "${workspaceFolder}/build/src/test/pikascript_test",
|
||||||
"args": ["--gtest_filter=object_test.noMethod"],
|
// "args": ["--gtest_filter=object_test.noMethod"],
|
||||||
// "args": [],
|
"args": [],
|
||||||
"stopAtEntry": false,
|
"stopAtEntry": false,
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}",
|
||||||
"environment": [],
|
"environment": [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user