本机的 Xdebug 配置文件位于 /usr/local/etc/php/7.0/conf.d/ext-xdebug.ini
打开文件添加并以下代码:
[xdebug]
zend_extension="/usr/local/Cellar/php70-xdebug/2.4.0/xdebug.so"
xdebug.idekey=PHPSTORM
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=10000
xdebug.profiler_enable=1
xdebug.profiler_output_dir="/Users/LuisEdware/Downloads/Xdebug"
PHPStorm 配置
打开 PHPStorm,首先配置 PHP 的使用版本与 Interpreter
Preferences => Language & Frameworks -> PHP
,选项如下:
/usr/local/Cellar/php70/7.0.5/bin/php
配置 PHP Debug 时的端口,将端口 9000
修改成 10000
修改 Run => Edit configurations
,点击弹出窗口左上角加号,新增一个 PHP Web Application
Edit configurations" title="Run Debug.png" target="_blank" rel="nofollow" />
跟随着选项新增一个 Server
cowcat.app
上设置断点,运行Run => Debug 'Cowcat'
当浏览器运行指定 URL(就是 PHP Web Application 配置时的 Start URL) 时,出现 Xdebug 控制台,根据控制台的信息和操作进行 Debug
控制台的功能介绍如下:
Resume Program
,表示將继续执行,直到下一个中断点停止。Stop
,表示中断当前程序调试。Step Over
,跳过当前函数。Step Into
,进入当前函数內部的程序(相当于观察程序一步一步执行)。Force Step Into
,強制进入当前函数內部的程序。Step Out
,跳出当前函数內部的程式。Run to Cursor
,定位到当前光标。2024 - 快车库 - 我的知识库 重庆启连科技有限公司 渝ICP备16002641号-10
企客连连 表单助手 企服开发 榜单123