lichao
2021-06-30 ae17d1439b35b55212c3a30712e0a60b1d6a99c0
.vscode/launch.json
@@ -8,10 +8,13 @@
            "name": "g++ - Build and debug active file",
            "type": "cppdbg",
            "request": "launch",
            "program": "${workspaceFolder}/utest/utest",
            "args": [],
            "program": "${workspaceFolder}/debug/bin/utest",
            "args": [
                "-t",
                "ApiTest"
            ],
            "stopAtEntry": false,
            "cwd": "${workspaceFolder}",
            "cwd": "${workspaceFolder}/debug",
            "environment": [],
            "externalConsole": false,
            "MIMode": "gdb",