pydb (1) Linux Manual Page
NAME pydb — enhanced Python debugger SYNOPSIS pydb [debugger-options] python-script [script-options…] DESCRIPTION This manual page documents briefly the pydb command. pydb is an extended Python debugger. It extends the Python standard debugger pdb and is suited for use with the graphical debugger DDD. The purpose of a debugger such as this one is to allow…
