Skip to content

Commit

Permalink
setup ess-tracebug when invoked via ess-remote
Browse files Browse the repository at this point in the history
This is necessary to configure the MPI handler to run regularly
  • Loading branch information
dankessler committed Mar 21, 2022
1 parent 5959b69 commit 6cd28e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/essd-els.el
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ DIALECT is the desired ess-dialect. If nil, ask for dialect"
(ess-eval-linewise (format "options(pager='%s')\n"
(or inferior-ess-remote-pager inferior-ess-pager))
nil nil nil 'wait)
(ess-r-load-ESSR))
(ess-r-load-ESSR)
(when ess-use-tracebug (ess-tracebug 1)))

(when (equal ess-dialect "S+")
(ess-command ess-S+--injected-code))
Expand Down

0 comments on commit 6cd28e4

Please sign in to comment.