all groups > visual studio .net debugging > august 2006 >
You're in the

visual studio .net debugging

group:

Should breaking a multithreaded app freeze all threads?


Should breaking a multithreaded app freeze all threads? Joel Moore
8/17/2006 2:18:37 PM
visual studio .net debugging:
Is there a way to allow other threads in an app to continue running
whenever a breakpoint anywhere in the app is triggered?

Re: Should breaking a multithreaded app freeze all threads? Oleg Starodumov
8/21/2006 12:00:00 AM

[quoted text, click to view]

Usually all threads are suspended when a breakpoint is hit,
and probably there is no way to let other threads run (other than
in a very limited way, by calling functions manually e.g. in Watch window,
as shown by the link below)
http://blogs.msdn.com/jmstall/archive/2005/12/07/funceval_message_pump.aspx

Regards,
Oleg
[VC++ MVP http://www.debuginfo.com/]





AddThis Social Bookmark Button