Search code examples
c#.netvisual-studio-2010

Visual studio 'Break all' option does not work anymore


I sometimes used the 'Break all' (Ctrl + Alt + Break) option to catch any events, in order to understand a flow of code that I did not familiar with. For some reason it stopped working and does not break at all.

I use VS 2010 as an IDE.


Solution

  • I've found out that checking 'Enable Just My Code', in debug menu options, solves the problem.