all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: how improve these "rough edges" to pdb (python debugger) on Emacs???....
Date: Mon, 08 Sep 2003 17:30:04 -0600	[thread overview]
Message-ID: <3F5D10FC.9030805@yahoo.com> (raw)
In-Reply-To: bf23f78f.0309081307.444696b3@posting.google.com

Christian Seberino wrote:

> Have you noticed when you try to launch pdb (python debugger)
> that it assumes pdb is in the current directory??


No, it assumes pdb is in exec-path (which is initialized from your PATH
environment variable).


> You must manually type this on Red Hat Linux....
> 
> /usr/lib/python2.2/pdb.py myfile.py
> 
> *** Is there someway to 1. hardwire the path to pdb and


(setq gud-pdb-command-name "/usr/lib/python2.2/pdb.py")


>                                     2. the filename to current buffer editing???


See my message Re: how to automate these steps in STARTING debuggers??? (gdb, 
pdb, etc.).  Just substitute "pdb" for "gdb".


> Finally, you must press "step" a few times to actually load your
> file and begin stepping thru it.  It would be nicer if file automatically
> was loaded and ready to be stepped thru.

Maybe you could put the appropriate commands into a .gdbinit file in the

source file's directory.

-- 
Kevin Rodgers

      reply	other threads:[~2003-09-08 23:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-08 21:07 how improve these "rough edges" to pdb (python debugger) on Emacs??? Christian Seberino
2003-09-08 23:30 ` Kevin Rodgers [this message]

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=3F5D10FC.9030805@yahoo.com \
    --to=ihs_4664@yahoo.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.