In Visual Studio, can I put breakpoints in code for which I only have debugging symbols?
- by sebastiaan
Since I do not have access to the complete source code of a library I'm using, but I do have the pdb files, is it possible to set a breakpoint in the "debugging source code"?
If so, how would I do that?