vc6 while debuging muti_thread program, system become very slow

I use vc6 to debug a muti_thread program, if I set break point in both two thread,and then use F5 or F10 run to the break point, while vc has encountered one break point and trying to run to another break point in the second thread, the whole system became very slow! including the "ctrl+alt+del". (The muti_thread code is using traditional samples,and seems has no problems. ) I use windows XP, and on win2000, this will happen occasionally, but "ctrl+alt+del" seems good.

Is this a bug of vc6 and how can i fix it thanks.




Answer this question

vc6 while debuging muti_thread program, system become very slow

  • TGAR

    Of course, we can't really tell with a repro case to reproduce the issue. The only thing is that even if it is a VC6.0 bug, it won't get fixed since the support for VC6 already expired.

    May be other folks on the forums could suggest workarounds if they faced similar issues.

    Thanks,
    Ayman Shoukry
    VC++ Team


  • vc6 while debuging muti_thread program, system become very slow