Skip to content

Instantly share code, notes, and snippets.

@Isigar
Created June 4, 2018 12:14
Show Gist options
  • Save Isigar/ccb12e1c964b9fe36b7a4ebb9661e5c4 to your computer and use it in GitHub Desktop.
Save Isigar/ccb12e1c964b9fe36b7a4ebb9661e5c4 to your computer and use it in GitHub Desktop.
;[XDebug]
;zend_extension="C:\xampp\php\ext\php_xdebug-2.6.0-7.2-vc15.dll"
;xdebug.remote_autostart=1
;xdebug.profiler_append=0
;xdebug.profiler_enable=0
;xdebug.profiler_enable_trigger=0
;xdebug.profiler_output_dir="C:\xampp\tmp"
;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
;xdebug.remote_enable=1
;xdebug.remote_handler="dbgp"
;xdebug.remote_host="127.0.0.1"
;xdebug.remote_log="C:\xampp\tmp\xdebug.txt"
;xdebug.remote_port=9000
;xdebug.trace_output_dir="C:\xampp\tmp"
;36000 = 10h
;xdebug.remote_cookie_expire_time=36000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment