eclipse + php5.2.14 + Xdebug
用eclipse调试php出现错误:
Session could not be started. In order to generate debug information, please make sure that the debugger is properly configured as a php.ini directive. 解决方法: 下载Xdebug:http://xdebug.org/files/php_xdebug-2.1.0-5.2-vc6.dll 在php.ini种添加xdebug配置信息 zend_extension_ts="C:/App/PHP/php_xdebug-2.1.0-5.2-vc6.dll" xdebug.remote_enable=On xdebug.remote_host="localhost" xdebug.remote_port=9000 xdebug.remote_handler="dbgp" |
zend studio 的debugger!
最新推荐文章于 2025-08-14 00:00:06 发布