Is there a way to debug into a decompiled dll using Resharper and if so how do you do this?
For example I am trying to debug into System.Web.Http.ApiController where I have decompiled and can see the source.
I have set a breakpoint but when I run the application it does not break into decompiled breakpoint when debugging.
As far as i am aware it is not possible to debug the decompiled .net source code using Resharper (up to v6.1)
However, this article explains how you can debug into the .net source with Visual Studio 2010 – if you need instructions for another version of VS, just use the “Other versions” link at the top of the page.