Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 265 Bytes

DEBUG.md

File metadata and controls

18 lines (10 loc) · 265 Bytes

How to debug the LSP with Emacs

Spying communication between the LSP and Emacs

Before starting Emacs, set the following environment variable:

export SUPERBOL_LSP_DEBUG='/tmp/superbol-$count.log'

Infinite loops

(setq debug-on-quit t)