Sublime Forum

Subl --debug

#1

Just discovered the ---debug option.

I’m wondering why some messages are prefixed :0 and indented a lot? Would be nice if those messages wern’t indented so much.

:0                                                                DPI scale: 1
:0                                                                startup, version: 3144 linux x64 channel: dev
:0                                                                executable: /home/code/sublime_text_3/sublime_text
:0                                                                working dir: /home/code/.config/sublime-text-3/Packages/NeoVintageous
:0                                                                packages path: /home/code/.config/sublime-text-3/Packages
:0                                                                state path: /home/code/.config/sublime-text-3/Local
:0                                                                zip path: /home/code/sublime_text_3/Packages
:0                                                                zip path: /home/code/.config/sublime-text-3/Installed Packages
:0                                                                ignored_packages: [Vintage"]
:0                                                                pre session restore time: 0.521305
:0                                                                startup time: 0.758999
:0                                                                first paint time: 0.859358
reloading plugin Default.auto_indent_tag
reloading plugin Default.block
reloading plugin Default.comment
reloading plugin Default.convert_syntax
reloading plugin Default.copy_path
...

Also does anybody know how I can pipe the output to file and the screen in the background? I’ve tried various redirections commands but none seem to work as expected.

Redirecting everything to a file (subl --debug > debug.log) doesn’t work, the output stops just after startup. The same thing happens with subl --debug | tee debug.log.

1 Like

#2

… Bump?

0 Likes