Is there a tool to view JIT output?



I really want to see what machine code the JITter is producing for an undebugged release build. I've discovered that I can call a breakpoint opcode (INT3) which will allow me to attach a debugger and see a little bit of what I want but its difficult to navigate.

There's the ngen /debug option, but I can't seem to figure out how to get ngen to generate the native assembly so that I can attach to it and see whats going on.

Any thoughts?
.



Relevant Pages

  • WTB Bally Restoration Parts
    ... I'm in the process of repainting my Bally Star Trek pin and was ... wondering if anybody is producing the following parts: ... feet that attach to the backside of the cabinet and the metal rivet on ...
    (rec.games.pinball)
  • Re: Is there a tool to view JIT output?
    ... I've discovered that I can call a breakpoint ... | opcode which will allow me to attach a debugger and see a little ... The only possibility is through the native debugger. ...
    (microsoft.public.dotnet.framework.clr)

Loading