Open olejorgenb opened 6 years ago
Done partially in https://github.com/paperwm/gnome-shell-mode/commit/48823a2bfaaa170ed140b6d6dcca3064a0ea7030
Should be doable to hook up the same machinery filtering a process running something likejournalctl =gnome-shell --follow
.
Minimally: A buffer that tails the log and linkify stacktraces (Something like this)
Inspiration (error layer): https://www.destroyallsoftware.com/talks/a-whole-new-world
Assoc the above talk: Tracing might be possible too: Debugger-API. Seems to need a separate "compartment" though so it probably requires changes in gjs