import ipdb; ipdb.set_trace()
Then I'll explore the context variables and figure out what the hell is going on.
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
Thanks.
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