[Seaside] Seaside request contexts and the Pharo debugger - solved wth a slight mystery

Philippe Marschall philippe.marschall at gmail.com
Sat Mar 17 08:54:07 UTC 2012


Am 17. März 2012 04:28 schrieb Schwab,Wilhelm K <bschwab at anest.ufl.edu>:
> Paul, all,
>
> Thanks for the suggestion, but all appears to be well in Seaside (coming
> back to it after a while, I'm all the more impressed - it's a wonderful
> framework!).  Below is what I posted on the Pharo list.  It *has* to be some
> kind of Heisenbug in the Pharo debugger, or a bad interaction between same
> and Seaside.

No, that's expected. The request context is in a thread local. Pharo
runs debugger evaluations in a different process so the value is not
there. Stepping should work fine though.

Cheers
Philippe


More information about the seaside mailing list