netbeans web servisleri 64bit

64bit windows 7 üzerine 32bit jdk kurup web servislerini çalıştırmaya çalıştığınızda çalışmıyor. 64bit jdk deneyin

Bookmark and Share
Tags: , , , ,

Related posts

Java

Comments (0)

Permalink

netbeans ile php debug

Netbeans idesinde php kodlarınıza debug yapmak isterseniz;

xdebug paketini kurun

sudo apt-get install php5-xdebug

daha sonra

/etc/php5/apache2/php.ini dosyasını editleyip aşağıdaki satıları ekleyin;

xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000

apacheyi restart edip hatalarınızı bulmaya başlıyabilirsiniz.

Bookmark and Share
Tags: , , , ,

Related posts

php

Comments (0)

Permalink

Switch to our mobile site