主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Theropfather
活动总数
13
最后的活动
2024年04月05日 18:11
成员加入日期
2024年04月04日 12:03
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(11)
Theropfather
进行了评论,
2024年04月05日 18:11
Sure thing! Doing what you asked, xdebug_info(); displays the following. There is nothing of interest hiding below where the screenshot cuts off, just standard PHP build info, so I didn't take a s...
社区
PhpStorm
XDebug & PHPStorm Stopping at First Line
1 票
Theropfather
进行了评论,
2024年04月05日 15:44
It's solved, I fixed it, I'm both overjoyed and annoyed.After running /usr/sbin/php-fpm -v it showed Xdebug must be loaded as a zend_extension.The issue is so simple, but so easy to hide. I had set...
社区
PhpStorm
XDebug & PHPStorm Stopping at First Line
2 票
Theropfather
进行了评论,
2024年04月05日 15:16
Just the make the above clearWhen I change 10-opcache.ini to look like this; configuration for php opcache module ; priority=10 ; zend_extension=opcache.so ; opcache.jit=off ; opcache.enable=0 ...
社区
PhpStorm
XDebug & PHPStorm Stopping at First Line
0 票
Theropfather
进行了评论,
2024年04月05日 15:11
Also, I tried fully removing opcache instead of just disabling it, and I get a 502. It gives a coredump error, and I checked and dmesg showsphp-fpm8.2[1390664]: segfault at 10 ip 00007fc0a6343e38 s...
社区
PhpStorm
XDebug & PHPStorm Stopping at First Line
0 票
Theropfather
进行了评论,
2024年04月05日 14:45
I've lowered the logging level to default.I did as you asked and created the xdebug.php file in both locations (local and server) and set a breakpoint on line #2. Here is the Xdebug log for that ex...
社区
PhpStorm
XDebug & PHPStorm Stopping at First Line
0 票
Theropfather
进行了评论,
2024年04月05日 13:13
Here are the IDE logs that are relevant. 2024-04-05 14:08:36,174 [ 16946] FINE - #c.j.p.u.c.ServerConnection - Incoming connection on port 9003 from 0:0:0:0:0:0:0:1 2024-04-05 14:08:36,193 [ 16...
社区
PhpStorm
XDebug & PHPStorm Stopping at First Line
0 票
Theropfather
进行了评论,
2024年04月05日 12:38
I do have deployment entries set, and yes one is marked as default. With Detect path mappings from deployment configurations disabled, nothing changes. I removed the servers, which I have done bef...
社区
PhpStorm
XDebug & PHPStorm Stopping at First Line
0 票
Theropfather
进行了评论,
2024年04月05日 12:05
Here are the screenshots requested, I had already posted the PHP Servers info above, but this time I've included some more of the path mappings. And here are the debug settings. As noted in above ...
社区
PhpStorm
XDebug & PHPStorm Stopping at First Line
0 票
Theropfather
进行了评论,
2024年04月05日 11:09
Also according to the Xdebug docs The fileuri attribute lists the entry point of your application, which can be useful to compare to breakpoint_set commands to see if path mappings are set-up corre...
社区
PhpStorm
XDebug & PHPStorm Stopping at First Line
0 票
Theropfather
进行了评论,
2024年04月05日 11:00
Hey, I have tried enabling more verbose debugging but it didn't help me, I will share the logs in case someone else can see something I can't.With ‘Break at First Line' Disabled. [1385016] Log open...
社区
PhpStorm
XDebug & PHPStorm Stopping at First Line
0 票