Using emacs gud/pdb python debugger under windows

David Kastrup David.Kastrup at t-online.de
Tue Sep 17 08:16:12 EDT 2002


Syver Enstad <syver-en+usenet at online.no> writes:

> Felix <aprogrammer at hotmail.com> writes:
> 
> > Syver Enstad <syver-en+usenet at online.no> writes:
> > 
> > u just need to fix a few things to make it recogonize the win32 path.
> > here's how, open gud.el and search for the variable
> > 'gud-pdb-marker-regexp',
> > 
> > then modify it to something like: 
> > (defvar gud-pdb-marker-regexp
> >   "^>
> > \\([-a-zA-Z0-9_/.:\\]*\\|<string>\\)(\\([0-9]+\\))\\([a-zA-Z0-9_]*\\|\\?\\)()\\(->[^\n]*\\)?\n")
> > 
> > this works well for me.
> 
> Ha, ha it works, it works! (Dancing around the room) I want to hug you
> Felix! I didn't think of that, obviously. So it was just pdb failing
> to recognize the output from the windows version of python.

When you are done frolicking, you should be sending this information
on to the package maintainer, so that others will not have to bear
this problem in future.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Email: David.Kastrup at t-online.de



More information about the Python-list mailing list