I have a large solution in Visual Studio 2012 which consists of executables and class library projects. When debugging the application the breakpoints in one particular clas
In my case there was a check mark on Enable Just My Code in Tools>>Options>>Debugging>>General.
Enable Just My Code
Tools>>Options>>Debugging>>General
I unchecked it and it worked.
Example Image