Python pdb module and breakpoint() for debugging

Ckmobile
3 min readDec 7, 2022
Photo by Sigmund on Unsplash

In the old days, we used import pdb and pdb.set_trace() to debug