lichao
2021-05-20 0e31f38fc37216e1376d8101d1bcf7a3779279dc
.vscode/launch.json
@@ -11,10 +11,10 @@
            "program": "${workspaceFolder}/debug/bin/utest",
            "args": [
                "-t",
                "SRTest"
                "ApiTest"
            ],
            "stopAtEntry": false,
            "cwd": "${workspaceFolder}",
            "cwd": "${workspaceFolder}/debug",
            "environment": [],
            "externalConsole": false,
            "MIMode": "gdb",