Skip to content

Commit 592d40f

Browse files
committed
Mention C-u in ein:dev-start-debug document
1 parent e5b53e5 commit 592d40f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,9 @@ Debugging
547547

548548
If you are interested in debugging EIN, you should start it with
549549
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.
550553
This command sets :el:symbol:`debug-on-error` to ``t`` and do some
551554
patching to debugger. This patching is required because printing EWOC
552555
objects freezes Emacs otherwise. It also changes log level to

0 commit comments

Comments
 (0)