views:

52

answers:

1

I am looking for a instruction-level virtual machine debugger for debugging .NET files. The files are release builds and disassembling and then recompiling them is not an option.

+3  A: 

Deblector - debugging plugin for Reflector

Also Pro version of Reflector is a VS addin that allows

Step into decompiled assemblies and use all the debugging techniques you would use on your own code

desco