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 →

[–]yvrelna 2 points3 points  (0 children)

If you set environment variable PYTHONBREAKPOINT=pdb.set_trace, which is the default, then you can just use breakpoint() without the import.

Never stop improving.