M Morgan Cheng Oct 30, 2006 #1 We can view MSIL code with reflector or ILDASM, but how can we view native code generated by JIT compiler at runtime?
We can view MSIL code with reflector or ILDASM, but how can we view native code generated by JIT compiler at runtime?
W Willy Denoyette [MVP] Oct 30, 2006 #2 | We can view MSIL code with reflector or ILDASM, but how can we view | native code generated by JIT compiler at runtime? | Enable "native code" debugging in VS or run your program with a native debugger (like windbg or cdb) attached. Willy.
| We can view MSIL code with reflector or ILDASM, but how can we view | native code generated by JIT compiler at runtime? | Enable "native code" debugging in VS or run your program with a native debugger (like windbg or cdb) attached. Willy.