dotnet/runtime

Add debug visualizer for dynamic methods

Open

#42 131 ouverte le 11 sept. 2020

Voir sur GitHub
 (8 commentaires) (7 réactions) (0 assignés)C# (5 445 forks)batch import
area-System.Reflection.Emithard-problemhelp 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

It can be difficult when using dynamic methods to understand exactly what IL was generated, which is important when debugging them. We should consider adding a simple IL debug visualizer on DynamicMethod.

Guide contributeur