[Seaside-dev] Debugging in Seaside 3.0 (issue 340)

Lukas Renggli renggli at gmail.com
Sun Sep 20 09:21:58 UTC 2009


>> Recommendations:
>>     1) An official "technique" could be published somewhere, on the
>> seaside wiki perhaps, on how to implement debugging in Seaside for each
>> implementation.
>>     2) The WAExceptionHandler* classes can be removed to dissuade people
>> from expecting a way to do this reasonably.
>>
>> What do people think about this?
>
> I'm not particularly found of it. I don't like clever process tricks.
> Additionally where do you store the processes and how do you reap
> them? Moreover not all platforms have a comet server. I'd rather just
> open a debugger in the image, which is what your eventually going to
> do anyway.

Yeah, I agree with Philippe. Far too complicated.

Is there anything that speaks against checking if the the response has
been committed? If not, the response can be reset and the walkback can
be shown. Othwise a debugger is shown.

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside-dev mailing list