Python Programming - Debugging - Discussion

Discussion Forum : Debugging - General Questions (Q.No. 21)
21.
What is the purpose of the Python pdb.pm() function?
Python Debugger Post-Mortem
Print Message
Program Monitor
Post-Mortem Debugger
Answer: Option
Explanation:
The pdb.pm() function stands for Python Debugger Post-Mortem, and it is used for creating a post-mortem debugger session after an unhandled exception.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.