BdbQuit raised when debugging Python with pdb
I ran into this when I left import pdb and a pdb.set_trace() in my production code. When the pdb.set_trace() line was executed, python was waiting for my input to tell it to continue or step into, etc… Because the python code was being called by a web server I wasn’t there to press c to … Read more