Step in dll not possible (pdb available)

I have a solution with many projects, and some of them are outside the solution path (I copy the compiled dll and pdb as a Post-build event using xcopy)!

If I want to enter the dll, they are outside of my solution:

"No breakpoint will be deleted at this time. For this document"

  • all files (dll + pdb + exe) are in one directory
  • source files are in different places
  • possible entry to the internal dll

What steps are needed to be able to debug external dlls as well?

+5
source share
1 answer

, DLL . "> Windows> " DLL, .

, PDB. , DLL . , PDB.

VS " " . "", ""> ""> ""> "", " ".

, . , , . .

+13

All Articles