Hacker News new | ask | show | jobs
by KRAKRISMOTT 1057 days ago
In newer versions of Python, pdb.set_trace() is automatically aliased to the top level breakpoint() function. Your no longer need to import pdb.