Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the "*debug* buffer" in Kakoune?

I'm just starting with the Kakoune editor and somehow I was shown the message error during startup, see *debug* buffer for details when I loaded a file with kak.

I don't know if I'm too stupid to ask this, but I don't know how do I "see debug buffer". The :debug option seems to be there to write something to the debug buffer, not read it.

like image 322
fiatjaf Avatar asked May 26 '17 21:05

fiatjaf


1 Answers

It turns out that there's a buffer called "debug", to visit it you must

:buffer *debug*

Thanks to @danr on #kakoune @ freenode IRC.

like image 80
fiatjaf Avatar answered Sep 28 '22 06:09

fiatjaf