`self application` in debugging

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

`self application` in debugging

Siemen Baader
Hi all,

I'm distracted by one behavior in Iliad that breaks the interactive development workflow: when I get into a debugger, either with a `self halt` or an unintended exception, `self application` and `self context` are undefined (return nil). I realize this is because of the way that `ILContext` is implemented, and that it is somehow torn down after the request has been handled. I can sort of work around the issue by inserting a `self application inspect` in the code, which keeps the reference available to me to code with interactively, but it would be nice if we just could code in the debugger, then resume the request processing. Is this possible?

cheers,
Siemen

--
You received this message because you are subscribed to the Google Groups "Iliad project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.