Skip to content

Instantly share code, notes, and snippets.

@s-belichenko
Last active September 22, 2018 11:48
Show Gist options
  • Save s-belichenko/a7be70dae8c7e9a515d19106fb855ae8 to your computer and use it in GitHub Desktop.
Save s-belichenko/a7be70dae8c7e9a515d19106fb855ae8 to your computer and use it in GitHub Desktop.
xdebug for php (5-7)
#xdebug. See also: https://habrahabr.ru/sandbox/20485/
xdebug.default_enable = 1
xdebug.remote_autostart = 1
xdebug.remote_enable = 1
xdebug.remote_handler = dbgp
xdebug.idekey = "PHPSTORM"
xdebug.remote_host = 192.168.1.x
xdebug.remote_port = 9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment