Can you use Reflector to get the source code of an app and then debug using that source code?

Posted by skb on Stack Overflow See other posts from Stack Overflow or by skb
Published on 2008-09-20T04:42:27Z Indexed on 2010/04/14 8:53 UTC
Read the original article Hit count: 354

Filed under:
|
|

It seems like you could use a mashup of Relector and a Debugger to be able to debug any .NET app WITHOUT having the source code at all. Is this possible? Has anyone seen this before?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about debugging