Sublime Forum

Debug messages from Sublime

#1

Is it possible to turn off the debug messages that sublime is generating? Just wondering if this is intentional or an oversight.

Autosaving…
Created:
Auto Save Session.tmp
Deleted:
Auto Save Session.sublime-session
Deleted:
Auto Save Session.tmp
Created:
Auto Save Session.sublime-session

That’s a sample.

0 Likes

#2

They’re in there intentionally, but you shouldn’t be seeing them unless you’re running something like dbgview… are they causing a problem for you?

There’s no option to turn them off yet, but I can add one if needed.

0 Likes

#3

Yep, they’re showing up in a dbgview log, and it would be excellent if there was a setting for disabling them. Otherwise, I really really love Sublime so far.

0 Likes

#4

In the latest beta (20080526), you can add the --no-debug command line flag, which will suppress all calls to OutputDebugString.

0 Likes

#5

Sweet, thanks. I know it’s such a little thing, but you just got another paying customer.

0 Likes