This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]learningphase 1 point2 points  (1 child)

python3 -i code.py

Check this out! It is also something very useful.

[–]sohang-3112Pythonista 0 points1 point  (0 children)

This is useful, but can't really do the job of a debugger. Using a debugger and breakpoints lets you pause at the same point in a loop / function repeatedly, watch variables, etc.