When stepping through the code in pdb, any exception hit immediately ends the program. How do I instead fix the exception and keep debugging? Is there no way to avoid the overhead of restarting the program?
It seems like many py debuggers share this annoyance: pdb, ipdb, pycharm, pydev.