Ben hata ayıklama PHP NetBeans'e XDebug kullanmayı deneyin. Ben hata ayıklama başlatmak ve NetBeans xdebug ile bir bağlantı için şimdiye kadar bekler. Benim mac yüklü son MAMP paketi ile NetBeans 6.8 (son sürüm) var.
Benim php.ini bu gibi görünüyor:
[xdebug]
;zend_extension="/Applications/MAMP/bin/php5/lib/php/extensions/no-debug-non-zts-20060613/xdebug.so"
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=localhost
xdebug.remote_port=9000