Skip to content

Instantly share code, notes, and snippets.

@tranquangchau
Created August 3, 2015 14:50
Show Gist options
  • Save tranquangchau/a87f7717c721fc552f87 to your computer and use it in GitHub Desktop.
Save tranquangchau/a87f7717c721fc552f87 to your computer and use it in GitHub Desktop.
[XDebug]
zend_extension = "D:\xampp\php\ext\php_xdebug.dll"
;xdebug.profiler_append = 0
xdebug.profiler_enable = 1
;xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "D:\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_port=9000
;xdebug.idekey= "PHPSTORM"
;xdebug.trace_output_dir = "D:\xampp\tmp"
more
http://wjmceachran.com/articles/70-codeigniter-and-netbeans.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment