-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XDebug not available #66
Comments
@tiredofit I'm using the ENV vars for xdebug3. Hopefully @Unlink can help. |
Hm, I'm just wondering, /etc/php/8.2/fpm/conf.d/20-xdebug.ini:
|
@Stefan39 it looks weird, if you check phpinfo() do you see it here? my 20-xdebug.ini looks like this
using configuration
you also should remove ports configuration from your docker compose, port 9003 is opened by your IDE and xdebug in docker is connecting to it. If you expose it, you probably cannot start listening for debug connections
|
Thanks @Unlink, i must use another port for Unfortunately PHPStorm's Unit-testing not working because not found the autoloader in |
Hi Dave,
on my .env file I have enabled XDebug:
my docker-compose.yml:
but xdebug are not available on web and also on cli.
My Dockerfile:
I have see an old issue what closed by inactivity for php-5.6. I have also try it to enable byself
&& php-ext enable xdebug
but this also not works.Unfortunatelly i cannot test it with alpine or other image at time. Do you know what's going wrong here?
The text was updated successfully, but these errors were encountered: