PrettyErrors
PrettyErrors copied to clipboard
[Question] Can PrettyErrors handle pdb's output?
Is it possible to have PrettyErrors handle exception outputs when using Python's pdb?
I've used the following code to import PrettyErrors
import pretty_errors
pretty_errors.replace_stderr()
but when adding breakpoints within the code the output is not being interpreted.
E.g when running python -m pdb -c continue myscript.py