Python Programming - Debugging - Discussion

Discussion Forum : Debugging - General Questions (Q.No. 1)
1.
What is the purpose of the Python pdb module?
To perform database operations
To debug and interactively explore code
To parse and manipulate XML data
To handle exceptions
Answer: Option
Explanation:
The pdb module in Python is used for debugging and interactively exploring code, providing a powerful debugger with features like breakpoints and code stepping.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.