Resharper debugging a third party decompiled dll
问题 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. 回答1: 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