i was one of the lucky 10,000 that discovered pdb a year ago. jsut wanted to point out that you can alias your normal `python` command to run `python -m pdb -c c` and it will always run in pdb mode for most development https://twitter.com/jeremyphoward/status/1756541454288396402
That's really cool! I've just tested it, and it seems to still be in pdb even if the program finished successfully. Is there any way to make it so that it would enter the debugger only on an exception?