all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: Nick Roberts <nickrob@snap.net.nz>
Cc: roc lee <roc.lee.80@gmail.com>, help-gnu-emacs@gnu.org
Subject: Re: Cannot run PDB properly in emacs 22.1.1 on windows-xp
Date: Fri, 11 Jan 2008 14:03:19 +0100	[thread overview]
Message-ID: <87r6goikfc.fsf@thievol.homelinux.org> (raw)
In-Reply-To: <18311.19503.722256.795837@kahikatea.snap.net.nz> (Nick Roberts's message of "Fri, 11 Jan 2008 23:59:59 +1300")

Nick Roberts <nickrob@snap.net.nz> writes:

> roc lee writes:
>  > On 1$ATB(B11$AHU(B, $AIONg(B4$AJ1(B30$A7V(B, Nick Roberts <nick...@snap.net.nz> wrote:
>  > >  > If the command line was "python -m pdb test.py", as sugested,
>  > >  > the message should be:
>  > >
>  > > Where does it suggest this?
>  > 
>  > 
>  > 
>  > >  >
>  > >  > The debug message was not displayed immediately when the debug command
>  > >  > was inputted, but was thrown out all together after the "q" was given.
>  > >  >
>  > >  > Using "python c:\python25/Lib/pdb.py test.py", I got:
>  > >  >
>  > >  > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>  > >  > Current directory is c:/python25/Lib/
>  > >  > Error: test.py does not exist
>  > >
>  > > default-directory is set to c:/python25/Lib from your previous attempt.
>  > > Specifying the path to test.py should work:
>  > >
>  > > python c:\python25/Lib/pdb.py c:/yourpath/to/test.py
>  > >
>  > > If you don't specify the path to test.py you need to make sure that
>  > > default-directory is the directory test.py is in, e.g., by doing M-x dired
>  > > in that directory first.
>  > >
>  > > Why not just do:
>  > >
>  > > pdb c:/yourpath/to/test.py
>  > > or
>  > > pdb test.py
>  > 
>  > Thank you for your response.
>  > 
>  > But my emacs cannot execute such commands:
>  > "apply: Searching for program: no such file or directory, pdb"
>  > 
>  > I copied "pdb.pyc" and "pdb.py" to "c:\Python25\".
>  > 
>  > Running "pdb.pyc test.py", the response was:
>  > apply: Searching for program: no such file or directory, pdb.pyc
>  > 
>  > Running "c:\python25\Lib\pdb.pyc test.py", the response was:
>  > "apply: Spawning child process: invalid argument"
>  > 
>  > With "pdb.py", I got the same result.

Did you set the path to pdb.py ?
(setq gud-pdb-command-name "~/bin/pdb.py")

Have you gdb installed on your system ?

> That's because there isn't a file called pdb in your path that points to
> c:\python25/Lib/pdb.py (I don't if symbolic links exist in windows-xp).
>
> But you haven't answered my question or tried my other suggestions.

-- 
A + Thierry
Pub key: http://pgp.mit.edu

  reply	other threads:[~2008-01-11 13:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-10 10:07 Cannot run PDB properly in emacs 22.1.1 on windows-xp roc lee
2008-01-10 20:30 ` Nick Roberts
     [not found] ` <mailman.5998.1199997035.18990.help-gnu-emacs@gnu.org>
2008-01-11  7:00   ` roc lee
2008-01-11 10:59     ` Nick Roberts
2008-01-11 13:03       ` Thierry Volpiatto [this message]
2008-01-11 15:30       ` Eli Zaretskii
     [not found]     ` <mailman.6024.1200049214.18990.help-gnu-emacs@gnu.org>
2008-01-14 10:53       ` roc lee
2008-01-14 11:55         ` Nick Roberts

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r6goikfc.fsf@thievol.homelinux.org \
    --to=thierry.volpiatto@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=nickrob@snap.net.nz \
    --cc=roc.lee.80@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.