Skip to content

Instantly share code, notes, and snippets.

@nadavoid
Created September 23, 2011 14:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nadavoid/1237490 to your computer and use it in GitHub Desktop.
Save nadavoid/1237490 to your computer and use it in GitHub Desktop.
xdebug config file
;;;;;;;;;;
; XDebug ;
;;;;;;;;;;
zend_extension="/usr/lib/php5/20090626+lfs/xdebug.so"
xdebug.default_enable=1
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
;xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.remote_connect_back=1
xdebug.remote_autostart=1
xdebug.remote_mode="req"
xdebug.max_nesting_level=200
; no maximum:
;xdebug.max_nesting_level=0
; Add IDE key, Session ID
;xdebug.idekey=netbeans-xdebug
;[ZendModules]
;Xdebug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment