Comments
1 comment
-
If the debugging doesn’t happen try these tips:
-
The Just My Code option in Visual Studio, make sure it’s unticked
Pdb files by the assemblies you’re decompiling will hide our ones
Another symbol source you might have configured will hide our pdbs
Also you need VS 2008 installed even if you just want to use VS 2005.
Add comment
Please sign in to leave a comment.
.NET Reflector 6 comes with a Visual Studio Addin that lets you use Visual Studio's step-through-debugging on assemblies that you don't have the source code for.
Have a look at my blog post: http://www.simple-talk.com/community/blogs/alex/archive/2009/09/22/74919.aspx for more details.
This is still a very early build. We don't guarantee that it'll work, and it might break your visual studio configuration or project configuration. Make sure you have backups (or source control) for any projects you use this on.
Download here:
http://www.red-gate.com/MessageBoard/viewforum.php?f=109
Post your feedback, or if you come across any bugs, in this forum.