filmov
tv
Python Debugger with pdb
Показать описание
The Pdb module(python debugger) comes built-in to the Python standard library. This module uses bdb(basic debugger functions) and cmd(support for line-oriented command interpreters) modules.
The python debugger also works on command line which is a great advantage for debugging code on remote servers.
The python debugger also works on command line which is a great advantage for debugging code on remote servers.