Tuesday, February 14, 2006

Lightweight Code Generation is fun, make it easier with a DebuggerVisualizer

When you're doing lightweight code generation (LCG) using DynamicMethod under .Net 2.0, it is easy to get lost and not be sure what your resulting code really looks like. Luckily for us, Haibo Luo knows enough about ripping IL and the new DebuggerVisualizer plug-in infrastructure of Visual Studio 2005. DebuggerVisualizer for DynamicMethod (Show me the IL) It's like having Reflector (in IL mode) inside the debugger.

No comments: