what is it?
interactive source code debugger for python programs
debugger commands
see python docs for an exhaustive list of commands
(h)elp- print the list of available commands(s)tep- execute the current line, stop at the first possible occasion(c)ontinue- exit the debug shell