Open stephentoub opened 4 years ago
cc @drewnoakes - from https://github.com/drewnoakes/il-visualizer
Great. We can always improve it further, but just using / minimally-adapting that would be a great min bar.
cc: @steveharter
Marking up for grabs, as this is a nice self contained project - albeit probably significant work - that we could use eg for debugging the regex engine.
@jkotas would it need any runtime work?
This would presumably be a significant project -- @eiriktsarpalis maybe we need a label for that? I guess we have 'hard problem' but it's not quite right.
It's certainly some work, but I don't think it'd be particularly major, at least not in MVP form. It'd basically be some form of:
Although not directly related, AssemblyBuilder.Save() has been used in the past for debugging. We plan on doing something here for 8.0.
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.