Rob Wolfe <[EMAIL PROTECTED]> writes: > Paul Rudin <[EMAIL PROTECTED]> writes: > >> I can't get the gdb fringe interaction functionality to work with >> either pdb or pydb. Any hints as to versions or incantations I should >> try? > > It works for me on Debian Etch and GNU Emacs 21.4.1. > I'm using this settings: > > (setq pdb-path '/usr/lib/python2.4/pdb.py > gud-pdb-command-name (symbol-name pdb-path)) > > (defadvice pdb (before gud-query-cmdline activate) > "Provide a better default command line when called interactively." > (interactive > (list (gud-query-cmdline pdb-path > (file-name-nondirectory buffer-file-name)))))
Unfortunately this doesn't make any difference for me, with either emacs 22 or 21. I guess I'll just have to dig deeper into the code. -- http://mail.python.org/mailman/listinfo/python-list