-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
1.6.0, 1.8.0
-
None
-
VSCodium 1.102.35058
In the `"name": "Qt: Debug with cppdbg and QML debugger"` configuration of `launch.json` (set up according to the docs), there is a `"visualizerFile": "${command:qt-cpp.natvis}"`, but this doesn't work for me on launch.
When I launch my project, I get this error message:
Cannot find the natvis file: /home/<username>/.vscode-oss/extensions/theqtcompany.qt-cpp-1.8.0-universal/res/natvis/qtopt.natvis
The path is wrong on my machine. I can see there are qt5.natvis and qt6.natvis files in that directory but no qtopt.natvis. Making a symlink to qtopt.natvis that points to qt6.natvis works around this issue.