Vagrant(WSL)+PHPStorm+Xdebu 断点调试环境搭建
时间:2021-04-01 08:19:13|栏目:PHP代码|点击: 次
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 那边访问搞定!!
上一篇:新版mysql+apache+php Linux安装指南
栏 目:PHP代码
下一篇:PHP截取中文字符串的问题
本文标题:Vagrant(WSL)+PHPStorm+Xdebu 断点调试环境搭建
本文地址:http://www.codeinn.net/misctech/92514.html






