If you don’t have PDB files to build, try using the .NET Reflector Pro , which was released a few days ago. It can decompile the code on the fly in Visual Studio, and then skip it as if you were debugging your own source code ( it doesn’t requires decompilation, and then recompile again ). This is a paid version of Visual Studio addin, but comes with a 14-day trial, after which it goes back to the free version of Reflector.
source
share