
xdebug
SakuraLJ
像sakura一样灿烂
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
xdebug 卡死,可以加入第一行,但是不能往下调试
环境 系统: imac macOS Catalina 10.15.7 ide:phpstorm2017.3 php:7.2 nginx:1.4.2 操作 之前一切好好的,因为重新部署了mysql容器,导致PHP容器起不来,重新部署了php容器(本地有很多php自编的镜像,部署的不是之前的版本) 现象 不开启xdebug,接口正常返回数据 可以debug进入代码的第一行断点,但是按F8继续往下走的时候就卡死了 nginx 返回504 Gateway Time-out 问题查找 以为是翻墙、原创 2020-11-12 19:38:23 · 684 阅读 · 1 评论 -
在cli/php.ini的文件添加xdebug报错
在cli/php.ini的文件添加如下xdebug配置报错[xdebug] zend_extension = /usr/lib/php5/20121212/xdebug.so xdebug.remote_host = 127.0.0.1 xdebug.remote_enable = 1 xdebug.remote_port = 9000 xdebug.remote_handler = dbgp xd原创 2015-08-24 23:27:11 · 1078 阅读 · 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 · 1673 阅读 · 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 · 6446 阅读 · 0 评论 -
Debug your PHP in Docker with Intellij/PHPStorm and Xdebug
gihub原创 2017-09-28 15:39:36 · 1748 阅读 · 0 评论