Why does MonoDevelop 2.4 keep breaking for no reason?

By breaking, I mean, in the code. Like a breakpoint, except there’s no breakpoint. Always on in the same file, on the same line, in the same circumstances. It’s infuriating, and it just won’t go away!

I tried deleting the file, shutting everything down, and recreating it, with no results. I looked in the registry and in MonoDevelop’s Application Data folder for anything breakpoint-related. Nothing there. I deleted the pdbs. Nope.

So, am I going nuts or what? Thanks!

Found it! The breakpoints are stored in a projectname.userprefs file, which is stored by the solution file. Open it with any text editor and look for the BreakpointStore node. Remove the lines corresponding to the faulty, invisible breakpoints.