Skip to content

Instantly share code, notes, and snippets.

@jehoshua02
Created December 22, 2011 16:40
Show Gist options
  • Save jehoshua02/1510933 to your computer and use it in GitHub Desktop.
Save jehoshua02/1510933 to your computer and use it in GitHub Desktop.
Copy to php.ini
; XDEBUG Extension
zend_extension = "c:\wamp\bin\php\php5.3.5\ext\php_xdebug-2.1.2-5.3-vc6.dll"
[xdebug]
xdebug.remote_enable = on
xdebug.remote_handler = dbgp
xdebug.remote_host = localhost
xdebug.remote_port = 9000
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "c:/wamp/tmp"
xdebug.collect_params = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment