bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6099: 23.1; pdb can't invoke python directly


From: Chong Yidong
Subject: bug#6099: 23.1; pdb can't invoke python directly
Date: Sun, 22 Aug 2010 21:09:41 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Dave Abrahams <dave@boostpro.com> writes:

> Let me try to fix the instructions for reproducing this, though:
>
> 1. `M-! echo 'print "hello"' > foo.py RET'
> 2. `M-S-: (pdb "python -m pdb foo.py") RET'
>
> Now hit return.  *gud-pdb* does _not_ contain ">>>"

I get a buffer containing

  Current directory is ~/
  > /home/cyd/foo.py(1)<module>()
  -> print "hello"
  (Pdb) 

With "(Pdb)" as the prompt.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]