mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 16:51:38 -05:00
add debug-on-error to README advice
This commit is contained in:
parent
1a4cc40e46
commit
4c0bb6f75c
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ How do I...
|
|||
... report a bug?
|
||||
File an issue using ``M-x ein:dev-bug-report-template``.
|
||||
|
||||
First try ``emacs -Q -f package-initialize`` and reproduce the bug. The ``-Q`` skips any user configuration that might interfere with EIN.
|
||||
First try ``emacs -Q -f package-initialize --eval "(setq debug-on-error t)"`` and reproduce the bug. The ``-Q`` skips any user configuration that might interfere with EIN.
|
||||
|
||||
Note EIN is tested only for *released* GNU Emacs versions
|
||||
.. CI VERSION (see Makefile)
|
||||
|
|
|
@ -70,7 +70,7 @@ How do I...
|
|||
... report a bug?
|
||||
File an issue using ``M-x ein:dev-bug-report-template``.
|
||||
|
||||
First try ``emacs -Q -f package-initialize`` and reproduce the bug. The ``-Q`` skips any user configuration that might interfere with EIN.
|
||||
First try ``emacs -Q -f package-initialize --eval "(setq debug-on-error t)"`` and reproduce the bug. The ``-Q`` skips any user configuration that might interfere with EIN.
|
||||
|
||||
Note EIN is tested only for *released* GNU Emacs versions
|
||||
25.1
|
||||
|
|
Loading…
Add table
Reference in a new issue