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

Related questions

0 votes
asked Oct 11, 2021 in Python by rajeshsharma
0 votes
asked May 24, 2020 in Python by SakshiSharma
...