How-to articles, tricks, and solutions about TRACEBACK
How to catch and print the full exception traceback without halting/exiting the program?
You can use the traceback module to catch and print the full exception traceback without halting/exiting the program.