Skip to content

Instantly share code, notes, and snippets.

@erlangparasu
Created February 2, 2017 15:34
Show Gist options
  • Save erlangparasu/dc9d9b32c4401384eeeeb4920ab40be7 to your computer and use it in GitHub Desktop.
Save erlangparasu/dc9d9b32c4401384eeeeb4920ab40be7 to your computer and use it in GitHub Desktop.
xdebug, php, zend, xampp, netbeans
; ...
; Tag: xdebug, php, zend, xampp, netbeans
[XDebug]
zend_extension = "X:/xampp/php/ext/php_xdebug.dll"
zend_extension_ts = "X:/xampp/php/ext/php_xdebug.dll"
xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "X:/xampp/tmp"
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_host = 127.0.0.1
xdebug.remote_enable = On
xdebug.remote_handler = "dbgp"
xdebug.remote_port = 9000
xdebug.remote_log = "X:/xampp/tmp/log/xdebug.log"
xdebug.idekey = "netbeans-xdebug"
; ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment