Python Debugger with pdb

preview_player
Показать описание
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.
Рекомендации по теме