You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
We currently have an open ticket for executing selected lines while paused: #1638. It needs some backend work which is why it's not closed.
It looks like pytrace and pycrunch-trace both have their own frontends for viewing trace files. It almost looks more like a profiler like ruby-prof. Whatever we do will be implemented within Script Runner itself.
Right now the debugger works pretty good for inspecting and setting variables but you're limited to executing step by step forward with no other traversal options.
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
The text was updated successfully, but these errors were encountered: