首页 > 学院 > 开发设计 > 正文

Xdebug -- Xampp安装

2019-11-14 09:40:37
字体:
来源:转载
供稿:网友

Xdebug – Xampp安装

Xdebug模块文件放入php安装目录/ext文件夹中(例如:C:/xampp/php/ext)。 64bit和32bit请对号入座(https://xdebug.org/download.php)。 接着我们在PHP配置文件php.ini中追加如下配置内容:

[Zend] ;这一行是必须的。[XDebug]zend_extension = "C:/xampp/php/ext/php_xdebug.dll"xdebug.remote_enable=truexdebug.remote_host=127.0.0.1xdebug.remote_port=9000xdebug.remote_handler=dbgpxdebug.PRofiler_enable=1xdebug.profiler_output_dir="/xampp/tmp"
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表