摘要: xdebug配置装了wamp后,xdebug默认就安装好了,为了能够用netbeans远程调试,配置文件里得加几句[xdebug]xdebug.remote_enable = onxdebug.remote_handler=dbgpxdebug.remote_host=localhostxdebug.remote_port=9000Netbeans配置工具选项常规=>Web浏览器=>FirefoxPHP=>常规=>PHP 5解释器=>\bin\php\php5.x.xx\php.exePHP=>调试:这里默认就行了,默认就是9000号端口调试打开要调试的文件 阅读全文
posted @ 2013-06-25 21:08 windtail 阅读(480) 评论(0) 推荐(0) 编辑