Python Programming - Debugging - Discussion
Discussion Forum : Debugging - General Questions (Q.No. 4)
4.
What does the Python
step
command do in a debugger like pdb
?
Answer: Option
Explanation:
In a debugger like
pdb
, the step
command is used to step into a function or method call, allowing you to debug the code inside that function.
Discussion:
Be the first person to comment on this question !
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers