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

Related questions

+1 vote
asked Feb 15, 2021 in Python by SakshiSharma
0 votes
asked Aug 29, 2020 in Python by Robindeniel
...