martomo / SublimeTextXdebug

Xdebug debugger client for Sublime Text
MIT License
564 stars 89 forks source link

Ability to choose browser #157

Open vijeetgv opened 8 years ago

vijeetgv commented 8 years ago

Just a feature suggestion: if we can have ability to choose the browser in which it launches first, it'd be nice. Some users have a preferred browser, other than the default one, where they prefer to test first.

marcoas commented 7 years ago

It's late ???? Set an environment variable named BROWSER with the full path to the browser ( Firefox / Chrome / ... )

Works for me in Windows 10

vijeetgv commented 7 years ago

That's fine but something which it can save on application level rather than a global machine level environment variable would be better.

Thanks for the workaround anyway. It's never late for things like these :)