0 votes
in Python by
What Is The Command To Debug A Python Program?

1 Answer

0 votes
by

The following command helps run a Python program in debug mode.

$ python -m pdb python-script.py

...