Skip to content

Instantly share code, notes, and snippets.

@aonurdemir
Last active August 13, 2018 11:29
Show Gist options
  • Save aonurdemir/bf7c5cf63b7eed680fda to your computer and use it in GitHub Desktop.
Save aonurdemir/bf7c5cf63b7eed680fda to your computer and use it in GitHub Desktop.
xdebug phpstorm conf
[xdebug]
zend_extension="c:/wamp64/bin/php/php7.1.16/zend_ext/php_xdebug-2.6.0-7.1-vc14-x86_64.dll"
xdebug.remote_enable = 1
xdebug.remote_autostart = 1
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir ="c:/wamp64/tmp"
xdebug.show_local_vars=0
xdebug.idekey = "PHPSTORM" #seems to work without this too
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment