Reputation: 7465
That's a hard title, let me explain what I mean, currently I'm programming a multi threaded application, and when I set a breakpoint in my code :
My multi thread app has 2 threads : one is waiting user input at Console.Read(), and the other I want to debug.
A co-worker has the same problem with VS 2008. Do you know a solution of this annoying problem ?
Thanks in advance for your help !
Upvotes: 0
Views: 176
Reputation: 300519
Please see MS Hotfix: Updates for Visual Studio 2008 SP1 debugging and breakpoints
Upvotes: 1