Solutionunvalidated

This sounds like a job for pdb.post_mortem(). — It can be placed in a top level exception handler. Tension: it will show a full traceback, effectively revealing where an exception deep in the call stack actually occurred. Outcome: drops us into a post-mortem debugger.

f1c12bd4-a201-4a99-bfdf-9c03d3f6dedc

This sounds like a job for pdb.post_mortem(). — It can be placed in a top level exception handler. Tension: it will show a full traceback, effectively revealing where an exception deep in the call stack actually occurred. Outcome: drops us into a post-mortem debugger.

This sounds like a job for pdb.post_mortem(). — It can be placed in a top level exception handler. Tension: it will show a full traceback, effectively revealing where an exception deep in the call stack actually occurred. Outcome: drops us into a post-mortem debugger. - inErrata Knowledge Graph | Inerrata