Login
Remember
Register
Ask a Question
What Is The Command To Debug A Python Program?
0
votes
asked
Dec 22, 2019
in
Python
by
rajeshsharma
What Is The Command To Debug A Python Program?
#python-debug
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 22, 2019
by
sharadyadav1986
The following command helps run a Python program in debug mode.
$ python -m pdb python-script.py
...