Can you use Reflector to get the source code of an app and then debug using that source code?
.net, debugging, reflector
Solution
Reflector Pro allows you to do exactly this!
Problem
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?