-
Notifications
You must be signed in to change notification settings - Fork 15
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
QJson not working in VS 2019 with Qt 5.15 #2
Comments
Here is what I'm getting when displaying Error and Warning of Natvis files:
hope this helps |
Thank you for using my natvis files. I assume you used the latest version of Qt. As I know, there are a lot of changes in Qt QJson. I don't use Qt products at the moment, so I can't help you, sorry. |
More detail, though I do not know what it means:
|
@RichardTea do you have the .pdb files installed as well? Without them I think it's impossible for natvis to resolve the internals... |
The nativs file provided by the visual studio qt plug-in works normally. QString can be visualized, but the added QJsonObject does not. Is this a problem with the pdb file? |
When trying to visualize a QJsonDocument, or any QJson* object really, I'm not getting what I was expecting.
When empty:
When not empty:
please let me know if you want me to provide any more information.
I have tried to add the .natvis in either Program Files or My Documents VS folders but it wouldn't change a thing.
The text was updated successfully, but these errors were encountered: