-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
STL.natvis
: Simplify visualization for mutex
/recursive_mutex
#3848
STL.natvis
: Simplify visualization for mutex
/recursive_mutex
#3848
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much! (it also works on MSVC/ARM64)
This removes the ability for the new IDE to visualize old-compiled |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks for improving these visualizers! 👁️ 👀 👁️🗨️ |
…utex` (microsoft#3848)" This reverts commit 9b4a05c.
The
locking_thread_id
andownership_levels
can be represented by named members now, so I believe we can simplify its visualization.I've verified that the outputs are unchanged for
std::recursive_mutex
with every combination of MSVC/Clang, x64/x86, and Debug/Release.