How can I set a breakpoint in referenced code in visual studio?
- by Dabblernl
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?