Skip to content

Instantly share code, notes, and snippets.

@vjaro
Created May 14, 2015 08:18
Show Gist options
  • Select an option

  • Save vjaro/f6a82f76c58f38c98cc6 to your computer and use it in GitHub Desktop.

Select an option

Save vjaro/f6a82f76c58f38c98cc6 to your computer and use it in GitHub Desktop.
Xdebug with CentOS 6.5 + PHPStorm Configuration
xdebug.remote_enable=true
xdebug.remote_host=your_ip
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir="/tmp/xdebug/prof"
xdebug.idekey="PHPSTORM"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment