Python Programming - Debugging - Discussion

Discussion Forum : Debugging - General Questions (Q.No. 5)
5.
Which Python module allows you to set breakpoints and inspect variables interactively during program execution?
sys
trace
debugger
pdb
Answer: Option
Explanation:
The pdb module in Python provides a built-in debugger that allows setting breakpoints and interactively inspecting variables during program execution.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.