dotnet/runtime

Add debug visualizer for dynamic methods

Open

#42,131 opened on Sep 11, 2020

View on GitHub
 (8 comments) (7 reactions) (0 assignees)C# (5,445 forks)batch import
area-System.Reflection.Emithard-problemhelp wanted

Repository metrics

Stars
 (17,886 stars)
PR merge metrics
 (Avg merge 12d 11h) (661 merged PRs in 30d)

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.

Contributor guide