Re: scopes, execution contexts, and scripts

John J Barton <[email protected]> Fri, 22 Jan 2010 16:45:12 -0800
Newsgroups gmane.comp.mozilla.devel.jsdebugger
Message-ID <[email protected]>
Boris Zbarsky wrote:
> On 1/22/10 4:53 PM, John J Barton wrote:
>> The setTimeout/Intervals jobs waiting.
> 
> So something like bug 532903?
> 
> -Boris

No, I was thinking more like a way of enumerating the queued setTimeouts 
or getting an event when they are queued/fired, stuff you'd use to 
explore the application state. eg "did all 25 of my setIntervals get set 
up?" or "golly why do I have 25 setIntervals!".  bug 532903 is more 
similar to activity analysis, "where is my time going".

jjb