thezuberat

Results 2 comments of thezuberat

Where can add this setting/code line: webbrowser.register("chrome", '/usr/bin/google-chrome %s') ?? Into the project file? I work on Win7 64bit?

Nevermind I found the code. However if I try to replace: webbrowser.open(url + '?XDEBUG_SESSION_START=sublime.xdebug') with ie: webbrowser.get('windows-default').open(url + '?XDEBUG_SESSION_START=sublime.xdebug') or: webbrowser.get('firefox').open(url + '?XDEBUG_SESSION_START=sublime.xdebug') the start/stop debugging option doesn't work anymore....