Hacker News new | ask | show | jobs
by est 4332 days ago
I think 99.9999% experienced python devs do this.

Why can't PSF make it default?

At least some kind of commandline switch to break to last traceback context by default. e.g.

python --debug my_code.py

1 comments

they did: python -m pdb my_code.py