Skip to content

Instantly share code, notes, and snippets.

@amenk
Created October 29, 2014 14:01
Show Gist options
  • Save amenk/68bd91e9dfc469891f1f to your computer and use it in GitHub Desktop.
Save amenk/68bd91e9dfc469891f1f to your computer and use it in GitHub Desktop.
Make PHP Fatal Errors Clickable to Jump to the File in PHPStorm
xdebug.file_link_format="javascript:var rq = new XMLHttpRequest(); rq.open(\"GET\", \"http://localhost:8091?message=%f:%l\", true); rq.send(null);"
@amenk
Copy link
Author

amenk commented Oct 29, 2014

Needs the PHPStorm remote call plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment