[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: M-x pdb
From: |
Leo |
Subject: |
Re: M-x pdb |
Date: |
Fri, 23 Dec 2011 10:48:33 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.3.50 (Mac OS X 10.6.8) |
On 2011-12-22 21:56 +0800, Leo wrote:
> Hello,
>
> I am trying to use `M-x pdb' but unfortunately I am on a system (OSX
> 10.6.8) where there is not executable pdb. Any idea what it is?
>
> Thanks.
>
> Leo
OK, fixed. I forgot python modules are executable. So linking pdb.py to
one of the directory in shell PATH fixes this.
Leo