You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.
Subline Xdebug works great -- if I Start or Stop debugging via shift-f8, the browser URL specified in my project settings is launched.
But if I Start or Stop using a Menu command, Sublime enters debugging mode but does not launch the browser.
Here's what ive got in my User/Main/sublime-menu file:
{ "command": "xdebug_listen", "caption": "Start Debugging" },
{ "command": "xdebug_clear", "caption": "Stop Debugging" },
The text was updated successfully, but these errors were encountered: