Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
gp
Total activity
7
Last activity
November 22, 2022 16:24
Member since
August 01, 2022 11:34
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
November 22, 2022 16:24
Ahah it works! So I removed a lot of things I added, and the important settings are xdebug.remote_host and xdebug.remote_connect_back=0 xdebug config is now: xdebug xdebug support enabled Ver...
Community
PhpStorm
PHPStorm doesn't work with xdebug + docker, but is ok without docker
1 vote
Edited
November 21, 2022 12:19
I disabled my firewall and host.docker.internal is resolved to my ipv4 address. Actually I think the issue is about your first point: rootless docker. I found this: https://www.reddit.com/r/docker/...
Community
PhpStorm
PHPStorm doesn't work with xdebug + docker, but is ok without docker
0 votes
Edited
November 21, 2022 10:45
Thanks for the links. He mentions rootless docker but at least he seems to have some logs. In my script I did some file_put_contents() and some fwrite() to /tmp, everything seems fine but in CLI, i...
Community
PhpStorm
PHPStorm doesn't work with xdebug + docker, but is ok without docker
0 votes
Edited
November 18, 2022 15:23
Hi, thanks for helping. So I set xdebug.remote_enable=1, xdebug.remote_autostart=1, define xdebug.remote_log=/tmp/xdebug. Also I changed the port to 9003. And I get absolutely no log :( At first I ...
Community
PhpStorm
PHPStorm doesn't work with xdebug + docker, but is ok without docker
0 votes
Created
November 17, 2022 18:38
debug validation for Docker successful
Community
PhpStorm
PHPStorm doesn't work with xdebug + docker, but is ok without docker
0 votes