I have a .NET project which references another assembly that is built outside of the solution.
I have all of the source code to the other assembly - but I can only add it as a ".DLL" reference rather than adding the actual project as a dependency.
The problem is that when I step into the external code, the debugger "steps over" it.
How do I enable "source code" debugging for the external .NET assembly.
If you have the dll and want to step into the binary, you would need the dll's pdb file.
About debugging .Net source in this article
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With