Hi there.
A while ago I came across a very old patch for a version of lambda moo which if to be believed, would allow you to freeze a task, view the value of variables, then resume it. It even allowed you to change said variables mid task.
I was wondering if there is anything like this for stunt?
I was mainly interested in a way to retrieve variable values from a task, especially for use in traceback debugging, I mean, imagine how useful a traceback would be:
Line 5, type mismatch...
variables: x=1.5, y=2.
Talk about time saving.
thanks for any help.