Dear xemacs maintainers,
Charles G Waldman sent me (and you) yesterday a patch fixing some bugs in
pdb.el (XEmacs debugging support for Python). Please apply this patch to
your old version of pdb.el (a patched version is available from
ftp://ftp.aifb.uni-karlsruhe.de/pub/wwe/pdb.el). Thanks,
Wolfgang
--
Wolfgang Weitz Institut AIFB, Uni Karlsruhe (TH)
weitz(a)aifb.uni-karlsruhe.de SAAC Raum 242, Tel: 0721/608-4063
PGP key fingerprt D7 C0 E3 77 39 82 0E 53 81 93 27 C7 5D 23 2D E8
On Tue, 17 Nov 1998, Charles G Waldman wrote:
I've finally got pdb working inside XEmacs on Windows. (Hooray!)
The
problems were in the gud-pdb-marker-filter. In fact, it had errors
which kept the thing from working correctly on Unix, also. The regexp
was way too strict - it wouldn't match directories with a '-' in the
name, such as 'site-packages'. I've now got it working on Windows as
well as fixed some of the annoying bugs on Unix. I've also changed it
to use a completing read when reading the initial pdb command line.
[...]
Wolfgang, if you approve of these changes, please send a note to
xemacs-beta(a)xemacs.org.
[...]