VimPdb 0.4.5

VimPdb is a module that provides an integration of the Python debugger pdb into the VIM editor. Usage:Python codeUsing vimpdb is easy -- just insert a call to set_trace in your code almost as usual:import vimpdb; vimpdb.set_trace()Then start your python...