Continue execution after breaking on exception

is there a way to modify the code or modify a variable via the 'execute expression' then have the interpreter retry the current broken line and proceed with execution from there?

0
1 comment

As far as I understand, the Python debugger runtime does not let you do that.

0

Please sign in to leave a comment.