Skip to content

Instantly share code, notes, and snippets.

@muzfr7
Created April 24, 2017 05:48
Show Gist options
  • Save muzfr7/e0e44cc3f9e280c471f9b52c2de4e9ab to your computer and use it in GitHub Desktop.
Save muzfr7/e0e44cc3f9e280c471f9b52c2de4e9ab to your computer and use it in GitHub Desktop.
XDebug Configuration (XAMPP)
[XDebug]
zend_extension = "c:\xampp\php\ext\php_xdebug.dll"
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_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.trace_output_dir = "c:\xampp\tmp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment