How can I see IL code when debugging managed code?
The solution for VS 2005
In VS2005 -> Tools menu -> Debugging -> General -> uncheck “Enable Just my code “
After the setting, set a breakpoint. When the bp hits, use ctrl+alt+D to see the assembly code.