If you moved the DLL from your build directory, the debugger is unlikely to find the source code files. The first thing you can do is right-click the root of the solution node in the Solution Explorer window, properties, general properties, debug source files and add the path to the source directory of the DLL project.
The second way: the debugger offers you the first time to find the source code file. If you have ever clicked Cancel in this dialog box, itβs a pretty common thing when you donβt know what it really sets, then the ID environment remembers your choice and will not ask you again. Fix this by deleting or renaming the hidden .suo file in the solution directory.
Hans passant
source share