Hi list,
I was wondering whether it would be possible to implement a seaside-like walkback debugging, so that when an error occurs you can jump straight to the point where it was triggered, modify whatever needed and proceed with the execution.
Is this maybe not possible due to the fact that, in Iliad, code is not "alive", but "sleeping" inside closures?
If so, what are your personal tips and tricks for debugging? I'm inserting breakpoints but it feels like going back to the way you program in other languages...
Thanks!
Bernat Romagosa.