vote up 0 vote down star

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 :

  • Sometimes the breakpoint doesn't break,
  • Sometimes the debugger can't evaluate variables,
  • Every time, Step by step doesn't work as expected (it jumps anywhere)

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 !

flag

77% accept rate
1  
Here's a related thread on the subject: stackoverflow.com/questions/336628/… – Laserallan Jul 30 at 11:59
That's not the same problem as me, I don't have multiple thread running code, one is waiting – Nicolas Dorier Jul 30 at 12:09

1 Answer

vote up 1 vote down check

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.