components/php-5_2/xdebug/config/xdebug.ini
changeset 461 edabdd6aff23
equal deleted inserted replaced
460:aded0f0f9594 461:edabdd6aff23
       
     1 zend_extension=/usr/php/5.2/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