We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b53e5 commit 592d40fCopy full SHA for 592d40f
doc/source/index.rst
@@ -547,6 +547,9 @@ Debugging
547
548
If you are interested in debugging EIN, you should start it with
549
calling the command :el:symbol:`ein:dev-start-debug`.
550
+If the bug is websocket related, you may need to run it with a
551
+prefix key like this: ``C-u M-x ein:dev-start-debug RET`` to get
552
+a backtrace.
553
This command sets :el:symbol:`debug-on-error` to ``t`` and do some
554
patching to debugger. This patching is required because printing EWOC
555
objects freezes Emacs otherwise. It also changes log level to
0 commit comments