multithreading - Is there a way to make multithreaded debugging in visual studio work the same way as eclipse? -
in eclipse, stop on breakpoint , other threads maintain running. if happen stop on breakpoint, stop, context remains thread working @ time. if nail f8 (run) might switch context thread stopped @ breakpoint, if f5 (step in) or f6 (step over) remain in same thread.
in visual studio (i'm newbie visual studio) i'm finding if step on (f10) or step in (f11) may (and will) have context switched thread , lose train of execution unless manually go original thread.
i realize can freeze other threads, becomes onerous if want switch threads. has alternative somewhere, visual studio filled options , haven't found yet.
http://screencast.com/t/itxo6job
that alternative can think of might help, according msdn blog (http://ppe.blogs.msdn.com/b/zainnab/archive/2010/10/22/break-all-processes-when-one-process-breaks-vstipdebug0029.aspx), won't want.
this related question may help well: "step over" when debugging multithreaded programs in visual studio
multithreading visual-studio debugging
No comments:
Post a Comment