daveleroy / SublimeDebugger

Graphical Debugger for Sublime Text for debuggers that support the debug adapter protocol
MIT License
369 stars 42 forks source link

Unable to read DebuggerConsoleSyntax #201

Closed sschuhmann closed 1 year ago

sschuhmann commented 1 year ago

After setting up Sublime Debugger, I get the error message ¨Error loading syntax file. Unable to read ../DebuggerConsole.sublime-syntax¨ Am I missing something?

jokervTv commented 1 year ago

Did you find any solution?

LDAP commented 1 year ago

Please provide your Debugger and Sublime Text version, as well as the console log.

daveleroy commented 1 year ago

I believe this is fixed in the latest release with this https://github.com/daveleroy/sublime_debugger/commit/3bda3b61843901b3d2ed3c4308f5e8bbc7a4b2c8

I think os.path.join creates paths that sublime doesn't like in some places and not others (only on Windows?)