How can I set a breakpoint in referenced code in visual studio?

Posted by Dabblernl on Stack Overflow See other posts from Stack Overflow or by Dabblernl
Published on 2010-04-11T16:09:30Z Indexed on 2010/04/11 16:13 UTC
Read the original article Hit count: 202

My main solution is using code from a utiliy class library, that I wrote myself, but is part from an other solution.I want to set a breakpoint in the referenced .dll. How can I do that?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about visual-studio