How to clear debug log?

Hi, is it possible to clear debug log without kill kakoune?

Yes, you can run :db *debug* (aka delete-buffer)
Why tho? I have never had a huge debug buffer. If there’s a chatty LSP server we should fix that instead of requiring workarounds on the user side.

1 Like

Thanks! No, it’s not an LSP issue, just me, sometimes I need to clear the log to debug my own plugin.