Rider missing Natvis option entirely [Unreal C++]
Followed by 2 people
Please sign in to leave a comment.
Please sign in to leave a comment.
The difference is basically in the mechanism of visualizing objects in the debugger.
.natvis
files for visualization..lldbinit
to get enhanced visualization.Although the wrappers visualize some objects, the visualization is a bit less informative than visualization of the same objects on Windows. That's a restriction of the current mechanism.