Created
May 14, 2015 08:18
-
-
Save vjaro/f6a82f76c58f38c98cc6 to your computer and use it in GitHub Desktop.
Xdebug with CentOS 6.5 + PHPStorm Configuration
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
| 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