binding.pry in Python

See: https://www.python.org/dev/peps/pep-0553/ Example: ```bash breakpoint() ``` Or: ```bash import pdb; pdb.set_trace() ```