Vagrant(WSL)+PHPStorm+Xdebu 断点调试环境搭建

Trixie ·
更新时间:2024-11-15
· 680 次阅读

1.Vagrant (LInux)环境下 Xdebug 配置 :

zend_extension=xdebug.so xdebug.remote_enable = 1 xdebug.remote_connect_back = 1 xdebug.remote_port = 9100 xdebug.idekey = "PHPSTORM" xdebug.remote_autostart = 1 xdebug.remote_handler="dbgp" xdebug.remote_mode="req"

2.PHPtorm 配置:

设置好端口,和Xdebug 设置的一样:

设置好 目录映射,这很关键

配置完成,测试debug

RUN->Start Listening for PHP debug connections->打断点->debug

浏览器访问网站, PHPstorm 那边访问搞定!!

您可能感兴趣的文章:Phpstorm+Xdebug断点调试PHP的方法解析phpstorm + xdebug 远程断点调试



phpstorm 环境搭建 环境 调试 vagrant 断点

需要 登录 后方可回复, 如果你还没有账号请 注册新账号
相关文章