How can I set a breakpoint in referenced code in Visual Studio?

Dabblernl picture Dabblernl · Apr 11, 2010 · Viewed 30.1k times · Source

My main solution is using code from a utility class library, that I wrote myself, but is a part from another solution. How can I set a breakpoint in the referenced DLL file?

Answer

SLaks picture SLaks · Apr 11, 2010

Click Debug, New Breakpoint, Break at Function, then enter the full name of the function.