dotnet/runtime

Fix the natvis to display better visualization for GenTree nodes

Open

#82 497 ouverte le 22 févr. 2023

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)C# (5 445 forks)batch import
area-CodeGen-coreclrhelp wanted

Métriques du dépôt

Stars
 (17 886 stars)
Métriques de merge PR
 (Merge moyen 12j 11h) (661 PRs mergées en 30 j)

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:

Guide contributeur