-
-
Save dng-dev/2e3fae4d0baed9c89c55940572f90d50 to your computer and use it in GitHub Desktop.
Xdebug links for PHPStorm Remote Call Plugin
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
; 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