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

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

Re: pdb command


From: Dave Love
Subject: Re: pdb command
Date: Thu, 22 Apr 2004 11:47:19 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

Jason Rumney <address@hidden> writes:

> I think pdb is (was?) the Perl debugger, 

Not according to gud.el.

`pdb' is definitely Python's debugger module -- it just doesn't appear
as a shell command (now?):

$ python -c 'import pydoc, pdb
> pydoc.help(pdb)'|head
Help on module pdb:

NAME
    pdb - A Python debugger.

FILE
    /usr/lib/python2.3/pdb.py

CLASSES
    bdb.Bdb

A web search for `perl' and `pdb' basically brings up Protein Databank
format-related items (for which I did an Emacs mode, so I'd considered
the name confusion somewhat before).




reply via email to

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