Re: [GD-General] problems while debugger is attached
Brought to you by:
vexxed72
From: Andras B. <and...@gm...> - 2006-07-25 02:53:40
|
Thanks for all the good advice! I've found the cause of the problem: Using the threads window, I quickly found out that the thread in question was always waiting on a simple ReadFile call. There was no deadlock, it was just awfully slow. It turned out that I've left a conditional breakpoint somewhere in the code, that never actually got hit, but slowed down this thread to a crawl. Andras |