components/php-5_3/xdebug/config/xdebug.ini
changeset 4987 6a82655eda42
parent 4986 90a869b3f47a
child 4988 4b69c7c7e09b
equal deleted inserted replaced
4986:90a869b3f47a 4987:6a82655eda42
     1 zend_extension=/usr/php/PHP_VERSION/modules/xdebug.so
       
     2 
       
     3 ;For detailed Xdebug configurations, please visit
       
     4 ;http://xdebug.org/docs/
       
     5 
       
     6 ;Below configuration directives enables debugging with 
       
     7 ;IDE's like Netbeans, Eclipse.
       
     8 xdebug.remote_enable=1
       
     9 xdebug.remote_handler=dbgp
       
    10 
       
    11 ;Provide approriate values to below configuration directives 
       
    12 ;if you are running your IDE from another machine.
       
    13 xdebug.remote_host=localhost
       
    14 xdebug.remote_port=9000