Hello.
I've faced the strangest problem with Visual Studio C# debugger in my career. In short after break point in my code was hit I cannot step through the code. F11 (step into) and F10(step over) work for several times, but eventually VS performs F5 (continue) action. I still able to debug using break point on every line.
This behavior reproduces on each project developer's machine. It's Visual Studio SP1 everywhere.
I've checked every (as far as I understand) option. I've disabled "just my code". I've disabled "step thought properties". I've disabled automatic property evaluation. In despair I've recreated all project and solution files from scratch.
Is there any solution to my problem?
Update This behavior could be reproduced only on this project.
Update 2 This does not seems like threading problem: it reproduces under VS's developer web server...