Debugging multiple threads : freeze problem - solved

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bob Bryan

    Debugging multiple threads : freeze problem - solved

    This is just a note to anyone who is trying to debug multiple threads using
    Visual Studio .Net 2005 and running into the problem where a breakpoint is
    hit in the newly created thread, but stepping from that point on causes the
    IDE to freeze or causes the thread to end...

    I solved the problem by downloading service pack 1 for Visual Studio .Net
    2005. The service pack took quite a while to install, but I can now step
    through the code of a worker thread without any problems.


Working...