Python debugger

If you want to use Python’s debugger, put in your code:

import ipdb;ipdb.set_trace()

Now it will goto debug mode in said file or object.