I was using the following script to test the new Goto functionality:
x = 0
for i in range(10):
x += 1
print(x)
If I put a breakpoint on line 4 and then use Goto Line to line 3, the script will crash with IndentationError: unexpected indent. I also noticed that if I use Goto Line by right clicking on the line number itself it crashes with the same error even if previously it was working. I tried to capture what I was encountering in the attached gif.

I was using the following script to test the new Goto functionality:
If I put a breakpoint on line 4 and then use
Goto Lineto line 3, the script will crash withIndentationError: unexpected indent. I also noticed that if I useGoto Lineby right clicking on the line number itself it crashes with the same error even if previously it was working. I tried to capture what I was encountering in the attached gif.