Sublime Forum

See before crash console output

#1

I’m developing a plugin and at this point it successfully crashes Sublime in a specific scenario.
The problem is that it dies instantly. How can I catch the output from the console just before the crash? Is it logged somewhere?

Thanks,
Iulius

0 Likes

#2

Debugging plugins can be a little challenging. Try this plugin: github.com/yrammos/SublimeLog
I haven’t used it much personally, but it might help.

0 Likes

#3

Thank you, I will try it and see how reliably it logs near the time of crash.

0 Likes