G Guest Jun 5, 2007 #1 Is it possible to debug IL code using VS.SET? It would be very useful, when some error occurs in the module without source-code.
Is it possible to debug IL code using VS.SET? It would be very useful, when some error occurs in the module without source-code.
A andrei.faber Jun 9, 2007 #2 Is it possible to debugILcodeusing VS.SET? It would be very useful, when some error occurs in the module without source-code. Click to expand... mdbg allows to debug code on IL level. Unfortunately, it doesn't have integration with Visual Studio. You can also try this add-in for Visual Studio: http://debug-companion.com/IL_View.aspx
Is it possible to debugILcodeusing VS.SET? It would be very useful, when some error occurs in the module without source-code. Click to expand... mdbg allows to debug code on IL level. Unfortunately, it doesn't have integration with Visual Studio. You can also try this add-in for Visual Studio: http://debug-companion.com/IL_View.aspx