Closed
Description
There is a need to be able to rewind a script if it gets stuck or to jump to a specific line. It appears there isn't great support for this in either Python or Ruby. In Python it appears some people have tried to tackle this issue. One of the latest ones I have seen is called pytrace, and it also has integration with a web frontend. Overall I was wondering if something like this debugger could be implemented in the Script Runner.
https://pytrace.com/
https://github.com/gleb-sevruk/pycrunch-trace