[Python-Dev] Enhancement to pdb in gud.el (original) (raw)

Kevin J. Butler python-kbutler at sabaydi.com
Fri Sep 19 15:04:30 EDT 2003


Nick Roberts wrote:

Kevin J. Butler writes: > > A couple of issues: > > ...

I know very little about python (!). I'm trying to extend what I have done in Emacs to other languages. What's the relationship between bdb.py and pdb.py? What message would your patch generate when a breakpoint is set/cleared? Sorry, bdb.py provides back-end features used by UI code in pdb.py - part of the fix went into each.

After my patch: (Pdb) cl 3 Deleted breakpoint 3 at z:\work\wm\wm.py:136 (Pdb) cl wm.py:17 Deleted breakpoint 5 at z:\work\wm\wm.py:17

kb



More information about the Python-Dev mailing list