dotnet/runtime

Fix the natvis to display better visualization for GenTree nodes

Open

#82,497 opened on Feb 22, 2023

View on GitHub
 (4 comments) (0 reactions) (0 assignees)C# (5,445 forks)batch import
area-CodeGen-coreclrhelp wanted

Repository metrics

Stars
 (17,886 stars)
PR merge metrics
 (Avg merge 12d 11h) (661 merged PRs in 30d)

Description

I am noticing GenTree are not rendered correctly. It always shows gtCSEnum field and we need to expand the node to see the visualization that we have in natvis file:

After i expand, I see this. Ideally, we should see the red highlighted at the top:

Contributor guide