Skip to content

Instantly share code, notes, and snippets.

@dng-dev
Forked from amenk/xdebug.ini
Created May 9, 2016 20:22
Show Gist options
  • Save dng-dev/2e3fae4d0baed9c89c55940572f90d50 to your computer and use it in GitHub Desktop.
Save dng-dev/2e3fae4d0baed9c89c55940572f90d50 to your computer and use it in GitHub Desktop.
Xdebug links for PHPStorm Remote Call Plugin
; Output links compatible with the PHPStorm Remote Call plugin running on the host.
; source: https://github.com/computerminds/parrot/pull/20/files
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