No, this is not possible with only Visual Studio and ReSharper, but there is another product that can help you, .NET Reflector .
The VSPro edition has "Debug builds using the Visual Studio debugger, even if you don’t have a source function," which allows you to create .pdb files and decompiled source code for already built .NET assemblies.
From experience he had some problems with some builds, but I can't remember why it was, so this may or may not help you.
With ReSharper, you can look at the decompiled source code from assemblies, much like Reflector creates a decompiled source, but you cannot debug code with these source files using ReSharper.
Lasse Vågsæther Karlsen Mar 13 2018-12-12T00: 00Z
source share