Mercurial > emacs
comparison lisp/progmodes/gud.el @ 55149:d5f4f3846c40
(gud-pdb-command-name): Change default to "pydb".
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 26 Apr 2004 11:12:27 +0000 |
parents | 0895b563f562 |
children | 1014ad951130 |
comparison
equal
deleted
inserted
replaced
55148:b448a66be3a5 | 55149:d5f4f3846c40 |
---|---|
1399 (setq output (concat output gud-marker-acc) | 1399 (setq output (concat output gud-marker-acc) |
1400 gud-marker-acc "")) | 1400 gud-marker-acc "")) |
1401 | 1401 |
1402 output)) | 1402 output)) |
1403 | 1403 |
1404 (defcustom gud-pdb-command-name "pdb" | 1404 (defcustom gud-pdb-command-name "pydb" |
1405 "File name for executing the Python debugger. | 1405 "File name for executing the Python debugger. |
1406 This should be an executable on your path, or an absolute file name." | 1406 This should be an executable on your path, or an absolute file name." |
1407 :type 'string | 1407 :type 'string |
1408 :group 'gud) | 1408 :group 'gud) |
1409 | 1409 |