Comment 6 for bug 963253

Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: pdb command fails under Windows

the case given, you could try

(setq gud-pdb-command-name "c:\python27\python -i c:/python27/Lib/pdb.py")

or alternatively

(push "c:\python27\python -i c:/python27/Lib/pdb.py" gud-pdb-history)

should this work, it would indicate a solution

Andreas