Skip to content

Commit

Permalink
Clarify what jedi:toggle-debug-server does
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Dec 27, 2012
1 parent aaa14c8 commit 938f918
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jedi.el
Expand Up @@ -608,6 +608,7 @@ server using pdb or ipdb.
When this command is called, it essentially execute the following
code::
(jedi:stop-server)
(setq jedi:server-command (list \"cat\" \"jedi-port.log\" )
jedi:server-args nil)
Expand All @@ -624,7 +625,8 @@ this command is called. You can use `--ipdb` instead of `--pdb`
to use ipdb instead of pdb.
Calling this command again restores the original setting of
`jedi:server-command' and `jedi:server-args'."
`jedi:server-command' and `jedi:server-args' then stops the
running server."
(interactive)
(if jedi:server-command--backup
(progn
Expand Down

0 comments on commit 938f918

Please sign in to comment.