[Stackless] Debugging Tasklets

Simon Pickles sipickles at googlemail.com
Sat May 24 22:14:07 CEST 2008


Richard Tew wrote:
> On Sat, May 24, 2008 at 8:53 AM, Simon Pickles <sipickles at googlemail.com> wrote:
>   
>> This works fine, however I get to a certain point. The Objects Update loop
>> is no longer called. Using breakpoints I can see that the objects updater
>> member is still the same, Its just not being schdeuled.
>>
>> Can anyone advise me how I can track down what has happened to the tasklet?
>>     
>
> You could print a stacktrace of its call stack. 

I'd be interested in knowing how to do that....

So far, I've switched to the NamedTasklets idiom, combined with the 
Micromanaged idiom, and sure enough the tasklet in question ends where I 
suspected it was. Now I just need to know why!

Si




More information about the Stackless mailing list