Created
October 29, 2014 14:01
-
-
Save amenk/68bd91e9dfc469891f1f to your computer and use it in GitHub Desktop.
Make PHP Fatal Errors Clickable to Jump to the File in PHPStorm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xdebug.file_link_format="javascript:var rq = new XMLHttpRequest(); rq.open(\"GET\", \"http://localhost:8091?message=%f:%l\", true); rq.send(null);" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Needs the PHPStorm remote call plugin