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

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

bug#21521: 24.5; pdb default suggested command


From: Noam Postavsky
Subject: bug#21521: 24.5; pdb default suggested command
Date: Sun, 21 Jul 2019 07:29:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2.90 (gnu/linux)

Stefan Kangas <stefan@marxist.se> writes:

> +(defcustom gud-pdb-command-name
> +  (if (executable-find "pdb") "pdb" "python -m pdb")
>    "File name for executing the Python debugger.
>  This should be an executable on your path, or an absolute file name."
>    :type 'string

"python -m pdb" doesn't seem to be "an executable on your path, or an
absolute file name", so I think the docstring needs updating too
(assuming this setting does actually work).





reply via email to

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