netbean-xdebug配置

下載 php_xdebug-2.0.4-5.2.8.dll 文件,放到php的ext文件夾下 
在php.ini中添加如下內容 
zend_extension_ts="C:/php/ext/php_xdebug-2.0.4-5.2.8.dll" 
xdebug.remote_enable=1 
xdebug.remote_host=127.0.0.1 
xdebug.remote_port=9000 
xdebug.remote_handler=dbgp 
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章