You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though it looks like Natvis doesn't support function calls, and so one needs to go deeper into PyObjects structure.
Has anyone tried to implement such support?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There's a highly useful feature in Visual Studio (not Code) debugger, called Natvis custom view:
https://learn.microsoft.com/en-us/visualstudio/debugger/create-custom-views-of-native-objects?view=vs-2022
One can find STL Natvis XML files in this location:
C:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\Packages\Debugger\Visualizers
Theoretically, it should look something like that:
Though it looks like Natvis doesn't support function calls, and so one needs to go deeper into PyObjects structure.
Has anyone tried to implement such support?
Beta Was this translation helpful? Give feedback.
All reactions