add debug-on-error to README advice

This commit is contained in:
dickmao 2020-02-09 17:36:27 -05:00
parent 1a4cc40e46
commit 4c0bb6f75c
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ How do I...
... report a bug? ... report a bug?
File an issue using ``M-x ein:dev-bug-report-template``. 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 Note EIN is tested only for *released* GNU Emacs versions
.. CI VERSION (see Makefile) .. CI VERSION (see Makefile)

View file

@ -70,7 +70,7 @@ How do I...
... report a bug? ... report a bug?
File an issue using ``M-x ein:dev-bug-report-template``. 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 Note EIN is tested only for *released* GNU Emacs versions
25.1 25.1