mac10.8.1 netbeans mac xdebug配置

安装的软件版本如下:

xampp-macosx-1.7.3


在/Applications/XAMPP/xamppfiles/etc/php.ini中添加如下语句

[xdebug]

zend_extension = /Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/xdebug.so(这里是没有引号的)
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_handler=dbgp
xdebug.remote_port=9000

你可能感兴趣的:(php)