In Visual Studio, can I put breakpoints in code for which I only have debugging symbols?
Posted
by sebastiaan
on Stack Overflow
See other posts from Stack Overflow
or by sebastiaan
Published on 2009-12-24T12:02:48Z
Indexed on
2010/04/13
23:53 UTC
Read the original article
Hit count: 339
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?
© Stack Overflow or respective owner