Sublime Forum

How to debug Sublime 3 on Windows 10?

#1

Hello, everything was working just fine, but my Sublime Text 3 started freezing withing 3 seconds from loading after the last update (build 3124). I have no idea what is going on. Could someone please help me debug it so I can find the error? I’m on Windows 10.

By the way, I just removed my previous instalation of Sublime Text 3, downloaded the portable version of the last build and the problem persists.

0 Likes

#2

What is the Sublime Text console showing to you?
And the Process Hacker tool?
And the Process Explorer tool?

Observe the Sublime Text behavior with these above tools. And beyond external tools, I know this these options for Sublime Text:

Use on the console: (View -> Show Console)

sublime.log_input(True); sublime.log_commands(True); sublime.log_result_regex(True)

To disable it do:

sublime.log_input(False); sublime.log_commands(False); sublime.log_result_regex(False)
0 Likes

#3

I can’t use Sublime, it freezes withing the first 3 seconds after opened. Could I debug without using third party software?

0 Likes

#4

Please see ST3 crashes frequently since Build 3124

0 Likes

closed #5
0 Likes