Xdebug Ve Netbeans Sorunu

0 Cevap php

Im trying to configure xdebug to work with Netbeans 6.9 and php 5.3
As far as i concern i have setup xdebug properly.
I can see xdebug extension from phpinfo page.
I have read other post and tried their suggestion but up to no avail

I ayıklama düğmesini vurduğunuzda, NetBeans alt bölmesinde 'bağlantısı için bekliyorum' düz tarayıcıda sayfa açmak ve ben mesajı görebilirsiniz

İşte php.ini benim ayarı

zend_extension = /usr/lib/php5/20090626+lfs/xdebug.so
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.idekey="netbeans-xdebug"

Herhangi bir yardım mutluluk duyacağız

0 Cevap