Python Programming - Debugging

Exercise : Debugging - General Questions
  • Debugging - General Questions
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.