Debugger Visualizers for MethodInfo, DynamicMethod, and MethodBase

My blog has moved. You can view this post at the following address: http://www.osherove.com/blog/2007/11/2/debugger-visualizers-for-methodinfo-dynamicmethod-and-method.html
Published Friday, November 02, 2007 8:32 PM by RoyOsherove

Comments

Saturday, November 03, 2007 1:04 AM by Stefan Simek (RunSharp)

# re: Debugger Visualizers for MethodInfo, DynamicMethod, and MethodBase

Hi All,

Generating DynamicMethod-s is not possible because of my omission in the 0.1 release of RunSharp - I'm planning to release a 0.1.1 patch soon (hopefully this weekend, or the next week), that will include support for DynamicMethods.

Regards,

Stefan

Saturday, November 03, 2007 3:47 AM by RoyOsherove

# re: Debugger Visualizers for MethodInfo, DynamicMethod, and MethodBase

Stefan: If you can release that support in the next 3 days I may be able to put that in my presentation as a cool demo!

Monday, November 05, 2007 2:09 PM by Garo Yeriazarian

# re: Debugger Visualizers for MethodInfo, DynamicMethod, and MethodBase

What if you could tie into Reflector and generate a nice C#/VB.NET/Boo decompile of the IL in the Dynamic Method?

Monday, November 05, 2007 4:34 PM by Console.Write(this.Opinion)

# Resumo da semana - 05/11/07

Resumo da semana - 05/11/07

Monday, November 05, 2007 11:15 PM by Stefan Simek (runsharp)

# re: Debugger Visualizers for MethodInfo, DynamicMethod, and MethodBase

Hi Roy,

You can find the 0.1.1 release with DynamicMethod (see the DynamicMethodGen class) support at SF.net (www.sf.net/.../runsharp). I'll update the codeproject download in a while.

Regards,

Stefan

Thursday, November 29, 2007 4:07 AM by ISerializable - Roy Osherove's Blog

# IL Debug Visualizer for Compiled Lambda Expressions, MethodBase and DynamicMethod

Mark Watts just emailed me with cool news. He took the Dynamic Method visualizers I worked on and created