Python debugger release 0.2.0

2013-01-01 Thread rocky . bernstein
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

locstacktrace 1.0.0 - More precise stack traces

2018-02-19 Thread Rocky Bernstein
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