emacs-tree-sitter / elisp-tree-sitter

Emacs Lisp bindings for tree-sitter
https://emacs-tree-sitter.github.io
MIT License
815 stars 73 forks source link

`tree-sitter-debug-mode` is broken #252

Open maikol-solis opened 1 year ago

maikol-solis commented 1 year ago

If I want to enable tree-sitter-debug-mode in a R/Python file, I get a blank buffer with this message

Tree-Sitter-Debug mode disabled in current buffer

How can I debug this to see what happened?

Thanks for the help.