C# VS2010 Entering break mode failed

Delete the solution user options (.suo) file.

If you experience “funny” debugging issues, it usually means the suo file is corrupt.

Delete the solutions suo file. This has fixed weird debugging problems with breakpoints every time for me. Note, you will lose your solution settings, such as bookmarks, breakpoints, and such.

See Visual Studio 2008 – The breakpoint cannot be hit.

Leave a Comment