Search code examples
.netvisual-studiodebuggingbreakpoints

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


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?


Solution

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