Closed SimonQi1 closed 1 year ago
Please provide your launch.json
file
Please provide your
launch.json
file
"version": "0.2.0", "configurations": [ { "name": "vis", "type": "cppvsdbg", "request": "launch", "program": "${workspaceFolder}/build/MSVC2019-x86_x64_debug/debug/install-root/mmind_viz_debug.exe", "args": [], "stopAtEntry": false, "cwd": "${fileDirname}", "environment": [], "console": "internalConsole", "visualizerFile": "${workspaceRoot}/.vscode/qt5.natvis", }, { "name": "planning_test", "type": "cppvsdbg", "request": "launch", "program": "${workspaceFolder}/build/MSVC2019-x86_x64_debug/debug/install-root/mmind_planner_test_debug.exe", "args": [], "stopAtEntry": false, "cwd": "${fileDirname}", "environment": [], "console": "internalConsole", "visualizerFile": "${workspaceRoot}/.vscode/qt5.natvis" } ] Sorry for my negligence
I have solved this error, thanks!
Ok, then I close this task.
When I click the debug button, the error appears as above, it seems to be a problem in the launch file, but there is no
value
parameter in mylaunch.json
file, I can't locate where the problem is, please help me thanks!