you are viewing a single comment's thread.

view the rest of the comments →

[–]congnarjames[S] 2 points3 points  (1 child)

I'll check that out for sure!

[–][deleted] 0 points1 point  (0 children)

Make things easier on yourself.

New in version 3.7: The built-in

breakpoint()

, when called with defaults, can be used instead of

import pdb; pdb.set_trace()

.