PrettyErrors icon indicating copy to clipboard operation
PrettyErrors copied to clipboard

[Question] Can PrettyErrors handle pdb's output?

Open MrBeardedGuy opened this issue 3 years ago • 0 comments

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

MrBeardedGuy avatar Dec 29 '21 16:12 MrBeardedGuy