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
The JIT team just added a natvis file for some of their internal types to simplify their debugging experience in #52668.
The CoreCLR team should look at doing something similar for common VM types like SString or some of the holder types to simplify the debugging experience on Windows.
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @hoyosjs
See info in area-owners.md if you want to be subscribed.
Issue Details
The JIT team just added a natvis file for some of their internal types to simplify their debugging experience in #52668.
The CoreCLR team should look at doing something similar for common VM types like SString or some of the holder types to simplify the debugging experience on Windows.
The diagnostics team could probably also include ones that would automatically resolve the special DAC pointer types to their targets in the debugging view for usage when debugging the DAC.
The JIT team just added a natvis file for some of their internal types to simplify their debugging experience in #52668.
The CoreCLR team should look at doing something similar for common VM types like SString or some of the holder types to simplify the debugging experience on Windows.
The text was updated successfully, but these errors were encountered: