dotnet/runtime

Fix the natvis to display better visualization for GenTree nodes

Open

#82.497 aperta il 22 feb 2023

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)C# (5445 fork)batch import
area-CodeGen-coreclrhelp wanted

Metriche repository

Star
 (17.886 star)
Metriche merge PR
 (Merge medio 12g 11h) (661 PR mergiate in 30 g)

Descrizione

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:

Guida contributor