Resharper debugging a third party decompiled dll

Debugging facilities are introduced in dotPeek 1.2 and here is a nice post describing how to configure symbol server and dotPeek 1.2 to debug decompiled code from VisualStudio: http://blog.jetbrains.com/dotnet/2014/04/09/introducing-dotpeek-1-2-early-access-program.


Yes, you can with Resharper 9.0

(not sure for previous versions).

Go to menu "Resharper" > "Windows" > "Assembly Explorer"

  • Add an assembly there with the first button on the left (with a + on it)
  • Then right click on it and choose "Generate Pdb..." (wait until it's done)
  • now you're able to break in the code.

Note however as Jens told, it will probably break license terms