visual studio 2008 - VS2008 Suspending all threads upon hitting breakpoint -


I should remember something .. (I used to use eclipse)

Visual Studio 2008 appears to be suspending all threads when I hit a breakpoint - is this normal? If so, is there any such option that suspends the thread on which the breakpoint hit?

Yes to debugger it is completely normal to see what would happen if it did not happen . The debugger displayed on any value should be considered about the time when it was displayed because any other running threads can change the value from below it.

I do not believe the way to break into all the studios without stopping threads


Comments