xdebug.profiler_append = 1 | |
xdebug.profiler_enable = 1 | |
xdebug.profiler_enable_trigger = 0 | |
xdebug.idekey="PHPSTORM" | |
xdebug.remote_enable=true | |
xdebug.remote_host=127.0.0.1 | |
xdebug.remote_port=9000 | |
xdebug.remote_connect_back=1 | |
xdebug.remote_autostart=1 | |
xdebug.remote_log="/usr/local/apache/logs/xdebug.log" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment