Yes, from the output of the console, is it called that ? (sorry haven’t talked about these sublime things for a while so not sure of the correct terminology, when you set all the ST3 logging commands to True and get their output)
There’s a window/text box at the bottom of sublime that outputs things like:
(And this is the output copy and pasted or some of it)
reloading /var/log/auth.log
reloading .bash_history
reloading sublime-text-3/Packages/User/Default (Linux).sublime-keymap
key evt: shift+alt+l
command: run_macro_file {"file": "res://Packages/User/selectJustTextNoNLineOrTabs.sublime-macro"}
key evt: shift+alt+w
key evt: shift+alt+o
command: open_directory_under_cursor {"workspace": 3}
(I redacted some output, so as not to give away $HOME etc)
I’m trying to find out what’s what, so I was hoping you folks could tell me the context. If it’s not something that sublime does, then it’s probably something I’ve done, if it is a usual function of sublime, then maybe I can disregard it in my debugging…