Context:
- Solution A is a program
- Solution B is a DLL
Hi, I have a C# solution A that uses the output DLL from solution B (Also C#). I happen to have a crash in the solution A due to a failing function in the solution B. I am using visual studio debugger with the solution B on the program from the solution A. The debugger won't stop even if the DLL is compiled in debug and that the PDB is present.
How should I setup my debugger to catch the error in the solution B from the solution A?