On Nov 8, 6:36 pm, menomnon wrote:
> Hi,
>
> Emacs 22.3, python 2.6.4
>
> Put the following into my .emacs:
>
> (setq pdb-path 'c:\\python26\\lib\\pdb.py
> gud-pdb-command-name (symbol-name pdb-path))
> (defadvice pdb (before gud-query-cmdline activate)
> "Provide a better default command
Hi,
Emacs 22.3, python 2.6.4
Put the following into my .emacs:
(setq pdb-path 'c:\\python26\\lib\\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
(l