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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top