python-goto icon indicating copy to clipboard operation
python-goto copied to clipboard

Q: go to (jump to) some line?

Open me2beats opened this issue 5 years ago • 0 comments

Just a question - is it possible to implement jump to some line? something like this https://stackoverflow.com/a/46274036/8324477 but without settrace (didn't tested it well, just heard many times that settrace is expensive).

My goal is to try to make some kind of retry that continues from a line where a error occurs (in try/except block)

me2beats avatar Dec 19 '19 23:12 me2beats