Sublime Forum

Launch program in debug mode in Ubuntu to see errors

#1

Hi there
Ubuntu 22.04, deb package for sublime text 4 does not want to launch and I want to find out how to launch program in debug mode in terminal to see the issues. I know by default it states it launches detached, I’m trying to see what is the problem or what could be blocking it from starting in my config.
Thanks!

0 Likes

#2

Launch from the terminal as subl --debug --multiinstance ; the --debug tells it to dump the contents of the internal console to the terminal as output is generated, and the --multiinstance tell it to not detach so that the output will be visible.

0 Likes

#3

Thank you. I will give this a try tomorrow and let you know (machine at office)

0 Likes