Skip to content

Instantly share code, notes, and snippets.

@Gesparo
Created November 15, 2016 13:45
Show Gist options
  • Save Gesparo/5c8ae3ee841c4a8834febd27976427c4 to your computer and use it in GitHub Desktop.
Save Gesparo/5c8ae3ee841c4a8834febd27976427c4 to your computer and use it in GitHub Desktop.
[xdebug]
zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
;PHPSTORM
xdebug.idekey="PHPSTORM"
xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "C:\xampp\tmp"
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
;
xdebug.remote_autostart=0
;xdebug.remote_enable = 0
xdebug.remote_enable = on
xdebug.remote_handler = "dbgp"
;localhost
xdebug.remote_host = "localhost"
;9000
xdebug.remote_port=9001
;
xdebug.remote_mode=req
xdebug.trace_output_dir = "C:\xampp\tmp"
xdebug.max_nesting_level=250
xdebug.var_display_max_depth=10
xdebug.cli_color=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment