I have a problem with the debugger where I'll click step-in or step-over and it just stays on the same line, and the line is green-highlighted. I could click step-in or step-over a hundred times and it seems like it's loading or doing something, but it stays on the same line. It's like the debugger is stuck. Sometimes, after clicking step enough times, the line turns back to yellow and the debugger advances to the next line. But usually I click so many times and wait so long that either I give up or it crashes. It happens on many lines of my code but not every line.
The only way to get around it is to just set a breakpoint at the next line and hit Continue.
It makes it really hard to debug anything.
I have the latest version of Xamarin Studio.
Has anyone else ever had this problem?