denis-shienkov / vscode-qbs

Qbs Tools extension for VSCode
MIT License
24 stars 12 forks source link

error processing launch options at field value #74

Closed SimonQi1 closed 1 year ago

SimonQi1 commented 1 year ago

When I click the debug button, the error appears as above, it seems to be a problem in the launch file, but there is novalueparameter in my launch.json file, I can't locate where the problem is, please help me thanks!

SimonQi1 commented 1 year ago

image

denis-shienkov commented 1 year ago

Please provide your launch.json file

SimonQi1 commented 1 year ago

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

SimonQi1 commented 1 year ago

I have solved this error, thanks!

denis-shienkov commented 1 year ago

Ok, then I close this task.