Recently I've been extending the pdb and merging it
with pydb which is suitable for use by ddd. Here are
the small changes I made to python-mode.el's pdbtracker
to allow it to work with either pdb or pydb.
(I realize it is a failing of mine not to appreciate
the superiority of pdb's location-reporting format and
this coupled with my rather small brain which needs to
sometimes parse locations reported in the bash, GNU
make and perl debuggers caused me such confusion that I
found it expedient when debugging ddd regular
expressions to just to stick with the regexps I used in
a couple of those other debuggers.)
pydb support in pdbtracker
Logged In: YES
user_id=158581
Probably should also mention that the pydb project homepage
is http://bashdb.sourceforge.net/pydb/