Created
November 9, 2017 18:35
-
-
Save paq85/948cec760ff0b34e18306af2c9d7cd3a to your computer and use it in GitHub Desktop.
Xdebug for PhpStorm
This file contains 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.remote_enable = 1 | |
; change to the IP of the machine you're running the IDE from | |
xdebug.remote_host = 172.17.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment