Nicolas Dorier
Nicolas Dorier

Reputation: 7465

How to debug the debugger of visual studio 2008 when debugging a multi threaded application?

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

Answers (1)

Mitch Wheat
Mitch Wheat

Reputation: 300519

Please see MS Hotfix: Updates for Visual Studio 2008 SP1 debugging and breakpoints

Upvotes: 1

Related Questions