Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 906
skb Avatar asked Sep 20 '08 04:09

skb


1 Answers

The Deblector plug-in for Reflector allows you to debug straight from Reflector.

like image 93
Alex Lyman Avatar answered Oct 22 '22 13:10

Alex Lyman