Skip to content

Comment on Drop into REPL when your Python script crashes

Comments

Too long; didn’t read: Add this at the beginning of your “main” script.

Better yet, put it in sitecustomize.py or usercustomize.py , which are intentionally provided as hooks to customize your environment. Now you get it for all your projects, and don't have to take it out for packaging (or leave it in, I guess there are people who would do that...).

https://docs.python.org/3/library/site.html

Thank you for the usercustomize.py tip.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.