`pdb' doc string clarification
* lisp/progmodes/gud.el (pdb): Mention that this command is for debugging Python scripts.
This commit is contained in:
parent
e2c08dbf7b
commit
28b61da99f
1 changed files with 1 additions and 1 deletions
|
@ -1683,7 +1683,7 @@ and source-file directory for your debugger."
|
|||
|
||||
;;;###autoload
|
||||
(defun pdb (command-line)
|
||||
"Run COMMAND-LINE in the `*gud-FILE*' buffer.
|
||||
"Run COMMAND-LINE in the `*gud-FILE*' buffer to debug Python programs.
|
||||
|
||||
COMMAND-LINE should include the pdb executable
|
||||
name (`gud-pdb-command-name') and the file to be debugged.
|
||||
|
|
Loading…
Add table
Reference in a new issue