Python Programming - Debugging - Discussion

Discussion Forum : Debugging - General Questions (Q.No. 7)
7.
In Python, what does the traceback module provide?
A way to change the execution flow of the program
Information about the flow of control and call stack during an error
The ability to insert breakpoints in the code
A graphical user interface for debugging
Answer: Option
Explanation:
The traceback module in Python provides information about the flow of control and call stack during an error, aiding in debugging.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.