1

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 配置:
image.png

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

image.png

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

image.png

配置完成,测试debug

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

如果调试过程中遇到这种情况, 是因为调试代码没有映射好, 直接点击 click to set up path mapping, 映射好代码就可以继续调试了。
image.png

image.png

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

goper
413 声望25 粉丝

go 后端开发


引用和评论

0 条评论