-
Notifications
You must be signed in to change notification settings - Fork 96
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
natvis is broken #869
Comments
I don't think I've touched internal representation for any of the containers, and I definitely haven't touched the natvis file. So, I have to ask for a reproducible example. |
well try inspecting any json::value |
Hi. I am no expert but I have been trying to learn Boost JSON using VSCODE, The json.natvis file does not work but I think this is due to changes made to VSCODE. I have made changes to the natvis file which are working for me although I could not test the kind::string+64 as I could not see how to initiate a value. PS I could not get rid of the pointers to the null terminated strings. |
So, you have a fix to at least some of the issues with the natvis file? That's great! Please create a PR. |
Natvis: C:\Users\Vinnie\src\boost\libs\json\include\boost\json\json.natvis(58,4): Warning: Unable to load a visualized preview for type 'boost::json::string' because the conditions of all elements were false.
Natvis: C:\Users\Vinnie\src\boost\libs\json\include\boost\json\json.natvis(58,4): Warning: Unable to load a visualized preview for type 'boost::json::string' because the conditions of all elements were false.
Natvis: C:\Users\Vinnie\src\boost\libs\json\include\boost\json\json.natvis(58,4): Warning: Unable to load a visualized preview for type 'boost::json::string' because the conditions of all elements were false.
The text was updated successfully, but these errors were encountered: