components/php-5_2/xdebug/config/xdebug.ini
changeset 4073 4f086b95f18c
parent 4071 4b68c2b0134b
child 4074 3b59c13ef5ec
equal deleted inserted replaced
4071:4b68c2b0134b 4073:4f086b95f18c
     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