PHP头条
热点:

netbeans上xdebug调试php


netbeans下 xdebug调试php

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 netbeans 官网描述 netbeans官网也是学习该平台更好的去处
http://netbeans.org/kb/index_zh_CN.html

www.phpzy.comtrue/phprm/23115.htmlTechArticlenetbeans上xdebug调试php netbeans下 xdebug调试php 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" xde...

相关文章

PHP之友评论

今天推荐