Debugging external code in Visual Studio

If you find that you need to debug code in solution A while running project B. You can build the required assembly in Debug mode and copy both the DLL and .pdb files to project B and build B.

Then when debugging in Visual Studio, you can step into code of solution A

Leave a Reply

Your email address will not be published. Required fields are marked *