Skip to content
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

Add natvis files for CoreCLR VM types for ease of debugging #52772

Open
jkoritzinsky opened this issue May 14, 2021 · 2 comments
Open

Add natvis files for CoreCLR VM types for ease of debugging #52772

jkoritzinsky opened this issue May 14, 2021 · 2 comments

Comments

@jkoritzinsky
Copy link
Member

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.

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label May 14, 2021
@ghost
Copy link

ghost commented May 14, 2021

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.

Author: jkoritzinsky
Assignees: -
Labels:

area-Infrastructure-coreclr

Milestone: -

@jkoritzinsky
Copy link
Member Author

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.

@AaronRobinsonMSFT AaronRobinsonMSFT added untriaged New issue has not been triaged by the area owner and removed untriaged New issue has not been triaged by the area owner labels May 16, 2021
@ViktorHofer ViktorHofer added this to the Future milestone May 19, 2021
@ViktorHofer ViktorHofer removed the untriaged New issue has not been triaged by the area owner label May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

3 participants