dotnet/runtime

Fix the natvis to display better visualization for GenTree nodes

Open

#82.497 geöffnet am 22. Feb. 2023

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (5.445 Forks)batch import
area-CodeGen-coreclrhelp wanted

Repository-Metriken

Stars
 (17.886 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 12T 11h) (661 gemergte PRs in 30 T)

Beschreibung

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