How can I have a trace of native code generated by the JIT-Compiler ?
Thanks
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).