Hi,
Big problem. I'm not sure what it was that I did, but it seems that I can no longer debug into functions.
It happens in no particular place, just all throughout the code. I set a breakpoint, and then try to "step over" in order to go to the next like of code. Now, the debugger seems to interpret that as "continue".
Even better! If I set a breakpoint right after that, the debugger ignores the breakpoint and just continues.
Any ideas as to what could be causing this? Debugging has become more or less useless to me at this point-- I'd consider this a catastrophic failure.
I've completely deleted my project and synced to source, so it's not a local user configuration issue. I've checked the debugger options, (Options-> Debugger) and I don't have anything unusual checked).
Any help is appreciated...
Edit: Shy's answer below is not correct. I'm doing all of those things correctly.