On Sun, 17 Apr 2011 09:15:35 -0700 (PDT), Joe Snodgrass
<> wrote, quoted or indirectly quoted someone who
said :
>
>The general concept is simple enough, but it seems to me that you'll
>need special tools to diagnose this specific problem. How do you get
>the debugger to look inside threads, see that they're hung, and find
>out where the problem is happening? Do the debuggers have some
>features that I haven't heard of? TIA.
The primary technique is to use library code even if somewhat awkward.
That way you have an expert author, and many eyes looking for bugs. It
is much harder to find bugs involving threads since they are not as
deterministic as ordinary bugs. Even if you have single stepped every
instruction through all possible branchings, there can still be bugs
hiding.
--
Roedy Green Canadian Mind Products
http://mindprod.com
Doing what the user expects with respect to navigation is absurdly important for user satisfaction.
~ anonymous Google Android developer