Multithreading Problem...

  • Thread starter Thread starter P
  • Start date Start date
P

P

Hi, I'm working on server application. It use 8 ~ 16 multithread.

The problem is
when I put a breakpoint and when Visual Studio 2005 stop at that,
sometimes IDE got stuck and cant' repaint itself, or doesn't get any input.
To solve it, I should log out or even reboot.

I use AMD dual core, and Windows Server 2005 x64.
Could you give me any advice or something?
Thanks in advance.
 
Get set up for "remote debugging", if you have another computer on a network
or serial cable that can run your program.

Get a dual-monitor situation, run the debugger on one monitor and the
application on the other monitor.
 
Back
Top