I'm debugging a (web) project in Visual Studio 2008. I'm hitting a breakpoint. F10 continues to the next line, as expected, but the next F10 just stops debugging and the code continues without any more debugging (like pressing F5). Why is this happening?
- I have tried 'clean solution'.
- Other breakpoints sometimes(!) skipped, even in the same method
Any clues?