xdebug windows xdebug 的安装
Posted china-flint
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xdebug windows xdebug 的安装相关的知识,希望对你有一定的参考价值。
[xdebug]
zend_extension = C:phpStudyphp53nextphp_xdebug-2.6.1-7.0-vc14-nts-x86_64.dll
xdebug.idekey=PHPSTORM
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_port = 9100
xdebug.show_error_trace = 1
xdebug.remote_autostart=1附xdebug说明链接
https://xdebug.org/docs/all_settings
以上是关于xdebug windows xdebug 的安装的主要内容,如果未能解决你的问题,请参考以下文章
无法在 XAMPP 和 Windows XP 上安装 Xdebug
windows下WNMP(win/nginx/mysql/PHP)环境phpstorm安装使用xdebug调试插件并配置通过postman调试接口