Login
Remember
Register
Ask a Question
How can we debug a Python program?
0
votes
asked
May 17, 2020
in
Python
by
SakshiSharma
How can we debug a Python program?
#python-debug
#debug-pthon
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 17, 2020
by
sharadyadav1986
By using the following command we can debug the Python program
$ python -m pdb python-script.py
...