-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot view content of QVariant #43
Comments
Which natvis file do you use? |
I often use the official one https://code.qt.io/cgit/qt-labs/vstools.git/plain/src/qtvstools/qt5.natvis.xml, but this is the same file as you linked (without the namespace vars). I just inject the natvis files to |
Why do you use only such a basic natvis file in this extension instead of including a proper one from another project? (of course with proper FOSS license) |
Yeah, I think there would not be a problem to include one file under different license. |
I've setup a qt5.natvis file to see some qt debug info.
For QString and QVector it works.
However for QVariant, it doesn't show anything.
I'm in linux using gdb.
The text was updated successfully, but these errors were encountered: