Python Programming - Debugging - Discussion

Discussion Forum : Debugging - General Questions (Q.No. 17)
17.
What does the Python inspect module provide in terms of debugging?
A way to insert breakpoints in the code
Information about the call stack and code introspection
A graphical user interface for debugging
A custom exception handler
Answer: Option
Explanation:
The inspect module in Python provides information about the call stack and code introspection, aiding in debugging.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.