How to see JIT-Compiled code in .NET VM (CLR)

In Visual Studio place a breakpoint in the code and start debugging. When it breaks, open the Disassembly window (Debug > Windows > Disassembly or Alt+Ctrl+D).

Leave a Comment