Why is Visual Studio debugging mode not working properly (running F5 when pressing F11)?

Possible duplicate:
Why does the Microsoft Visual C # 2008 Express Edition debugger accidentally exit?

I ran into the strangest problem with the Visual Studio C # debugger in my career. In short, after the breakpoint in my code has been removed, I cannot go through the code. F11(step c) and F10(step by step) work several times, but in the end, Visual Studio performs the action F5(continued). I can still debug using breakpoints on every line.

This behavior is reproduced on each machine of the project developer. This is Visual Studio SP1 worldwide.

I checked each (as I understand it) option. I disabled "Just My Code". I turned off property transitions. I turned off automatic property evaluation. In desperation, I recreated all the project and solution files from scratch.

Is there any solution to my problem?

Update . This behavior can only be reproduced in this project.

Update 2 . This doesn't seem to be a thread issue: it plays on the Visual Studio Developer Web server ...

+5
source share
3 answers

, . NHProf . , . NHProf SocketExceptions, -. .

,

+1

KB , .

+3

Visual Studio ( Project → → → * : Visual Studio Development Server: = 49468), . .

0

All Articles