xdebug
SakuraLJ
像sakura一样灿烂
展开
-
xdebug 卡死,可以加入第一行,但是不能往下调试
环境系统: imac macOS Catalina 10.15.7ide:phpstorm2017.3php:7.2nginx:1.4.2操作之前一切好好的,因为重新部署了mysql容器,导致PHP容器起不来,重新部署了php容器(本地有很多php自编的镜像,部署的不是之前的版本)现象不开启xdebug,接口正常返回数据可以debug进入代码的第一行断点,但是按F8继续往下走的时候就卡死了nginx 返回504 Gateway Time-out问题查找以为是翻墙、原创 2020-11-12 19:38:23 · 609 阅读 · 1 评论 -
在cli/php.ini的文件添加xdebug报错
在cli/php.ini的文件添加如下xdebug配置报错[xdebug]zend_extension = /usr/lib/php5/20121212/xdebug.soxdebug.remote_host = 127.0.0.1xdebug.remote_enable = 1xdebug.remote_port = 9000xdebug.remote_handler = dbgpxd原创 2015-08-24 23:27:11 · 1060 阅读 · 0 评论 -
Ubuntu16.04编译安装xdebug(phpstorm)
下载xdebughttps://xdebug.org/download.php安装xdebug$ cd xdebug-x.x.x$ phpize (or /path/to/phpize ).$./configure --enable-xdebug (or: ../configure --enable-xdebug --with-php-config=/path/to/php-config if原创 2017-04-07 15:26:44 · 1645 阅读 · 0 评论 -
xdebug Debug session was finished without being paused
报错信息 Debug session was finished without being paused It may be caused by path mappings misconfiguration or not synchronized local and remote projects. To figure原创 2017-09-26 16:03:29 · 6401 阅读 · 0 评论 -
Debug your PHP in Docker with Intellij/PHPStorm and Xdebug
gihub原创 2017-09-28 15:39:36 · 1719 阅读 · 0 评论