How to view JIT-ed native code?

  • Thread starter Thread starter Morgan Cheng
  • Start date Start date
M

Morgan Cheng

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?
|

Enable "native code" debugging in VS or run your program with a native
debugger (like windbg or cdb) attached.

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top