Skip to content

Instantly share code, notes, and snippets.

@openjr
Last active August 29, 2015 14:20
Show Gist options
  • Save openjr/8eb42a22b4c855382646 to your computer and use it in GitHub Desktop.
Save openjr/8eb42a22b4c855382646 to your computer and use it in GitHub Desktop.
XDebug Config
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_port=9000
xdebug.idekey=PHPSTORM
xdebug.remote_autostart=on
xdebug.profiler_output_dir=/home/jorge/php-profiles
xdebug.profiler_enable=0
xdebug.profiler_enable_trigger=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment