pydbgr is a somewhat large Python debugger modelled on the gdb command set.
(Yes, I know this name is really horrible).
I am pleased (or is it relieved?) to release a version of pydbr that has a
couple of features I have in other debuggers I've written, namely:
1. Terminal output is now syntax
Want to see more precisely where you are or were at in a traceback or
callstack your Python code has several places in a line it could have
errored ? Even if the code was something created at runtime with say
`eval` or `exec` or there is otherwise no source code?
Then this package is for you.
Som