0 votes
in Python by
How can we debug a Python program?

1 Answer

0 votes
by
By using the following command we can debug the Python program

$ python -m pdb python-script.py
...