dotnet/runtime

Fix the natvis to display better visualization for GenTree nodes

Aberta

#82.497 aberto em 22 de fev. de 2023

 (4 comentários) (0 reação) (0 responsável)C# (5.445 forks)batch import
area-CodeGen-coreclrhelp wanted

Métricas do repositório

Stars
 (17.886 estrelas)
Métricas de merge de PR
 (Mesclagem média 12d 11h) (661 fundiu PRs em 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:

Guia do colaborador