Hi,
do you have an experience with .NET Reflector Pro (not the free version)?
I searched for some way how to easy debug application in external enviroment (for example: production server out of office/developer domain) and I found feature "Step through decompiled assemblies and use all the debugging techniques you would use on your own code" in .NET Reflector Pro.
It looks so good, but I would like know the experience from people who are using it "every day".
Thanks
EDIT: For better explain: I would like use this feature for debuging the old versions of modular application (100+ modules in several versions) for hardly reproductable bugs which does not come in testing enviroment (for example: combination of data in DB and current configuration of server/client etc...).
There is way to rebuild specified assemblies (sometime there are dozens assemblies required) and add some issue-specific loging information. But it takes big time instead of debug concrete way and look to internal "things" such as local variables, fields, threads etc...