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
如果调试过程中遇到这种情况, 是因为调试代码没有映射好, 直接点击 click to set up path mapping, 映射好代码就可以继续调试了。
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。