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.