all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
To: roc lee <roc.lee.80@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Cannot run PDB properly in emacs 22.1.1 on windows-xp
Date: Fri, 11 Jan 2008 09:30:25 +1300	[thread overview]
Message-ID: <18310.32865.932216.835981@kahikatea.snap.net.nz> (raw)
In-Reply-To: <aec18096-5c86-4535-99bb-660673b9ca8f@n22g2000prh.googlegroups.com>

 > After inputting "M-x pdb", and then "python -m c:\python25\Lib\pdb.py
 > test.py", I got the following error message:

This sets default-directory to c:/python25/Lib/

 > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 > Current directory is c:/python25/Lib/
 > Traceback (most recent call last):
 >   File "c:\python25\lib\runpy.py", line 85, in run_module
 >     loader = get_loader(mod_name)
 >   File "c:\python25\lib\pkgutil.py", line 456, in get_loader
 >     return find_loader(fullname)
 >   File "c:\python25\lib\pkgutil.py", line 466, in find_loader
 >     for importer in iter_importers(fullname):
 >   File "c:\python25\lib\pkgutil.py", line 422, in iter_importers
 >     __import__(pkg)
 > ImportError: No module named c:/python25/Lib/pdb
 > 
 > Debugger exited abnormally with code 255
 > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 > 
 > 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

?

as the default name for gud-pdb-command-name is just "pdb".


-- 
Nick                                           http://www.inet.net.nz/~nickrob

  reply	other threads:[~2008-01-10 20:30 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 [this message]
     [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
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=18310.32865.932216.835981@kahikatea.snap.net.nz \
    --to=nickrob@snap.net.nz \
    --cc=help-gnu-emacs@gnu.org \
    --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.