Closed aroberge closed 2 years ago
See https://discuss.python.org/t/add-a-semi-interactive-mode-to-launch-a-repl-on-exception/17807/3
Perhaps use friendly -x module.py.
friendly -x module.py
Also, use automatically the debug mode for friendly.
Implemented except for the automatic debug which is better set explicitly.
See https://discuss.python.org/t/add-a-semi-interactive-mode-to-launch-a-repl-on-exception/17807/3
Perhaps use
friendly -x module.py
.Also, use automatically the debug mode for friendly.