...
Right now these links by default point to file:// protocol to be later opened in the IDE with the help of Firefox's Launchy extension. This is all past now, since PhpStorm now officially supports phpstorm:// url (see http://youtrack.jetbrains.com/issue/IDEA-65879). To celebrate that I propose that we change default DBG_EDITOR_URL
setting value for debug.php
from 'file://%F:%L'
to theĀ 'phpstorm://open?file=%F&line=%L'
.
...