一、配置php插件和环境,当前使用php7.1.9,点击设置配置扩展组件,如下图
修改php.ini 文件
在php.ini 文件中修改并增加 xdebug 相关配置,修改增加内容如下**********
[xdebug] zend_extension=xdebug xdebug.remote_enable=1
xdebug.remote_autostart=1 xdebug.remote_host=127.0.0.1 xdebug.remote_port=9003
二、配置IDEA
三、打开网站
刷新页面后开发工具进入断点
标签:xdebug,remote,IDEA,ini,thinkphp,php,调试 From: https://www.cnblogs.com/Im-Victor/p/18212650