Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Theropfather
Total activity
13
Last activity
April 05, 2024 18:11
Member since
April 04, 2024 12:03
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (11)
Theropfather
commented,
April 05, 2024 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...
Community
PhpStorm
XDebug & PHPStorm Stopping at First Line
1 vote
Theropfather
commented,
April 05, 2024 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...
Community
PhpStorm
XDebug & PHPStorm Stopping at First Line
2 votes
Theropfather
commented,
April 05, 2024 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 ...
Community
PhpStorm
XDebug & PHPStorm Stopping at First Line
0 votes
Theropfather
commented,
April 05, 2024 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...
Community
PhpStorm
XDebug & PHPStorm Stopping at First Line
0 votes
Theropfather
commented,
April 05, 2024 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...
Community
PhpStorm
XDebug & PHPStorm Stopping at First Line
0 votes
Theropfather
commented,
April 05, 2024 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...
Community
PhpStorm
XDebug & PHPStorm Stopping at First Line
0 votes
Theropfather
commented,
April 05, 2024 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...
Community
PhpStorm
XDebug & PHPStorm Stopping at First Line
0 votes
Theropfather
commented,
April 05, 2024 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 ...
Community
PhpStorm
XDebug & PHPStorm Stopping at First Line
0 votes
Theropfather
commented,
April 05, 2024 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...
Community
PhpStorm
XDebug & PHPStorm Stopping at First Line
0 votes
Theropfather
commented,
April 05, 2024 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...
Community
PhpStorm
XDebug & PHPStorm Stopping at First Line
0 votes