- Server operating system version
- Ubuntu 20.04.5 LTS
- Plesk version and microupdate number
- 18.0.49
Hello everyone,
after a recent update from Xdebug 3.1.5 to 3.2.0 and PHP 8.1.13 to 8.1.14 Xdebug has stopped working. We didn't change the configuration at all, which also still looks perfectly fine in the output of phpinfo()
For troubleshooting purposes, I set the following:
xdebug.log=/tmp/xdebug.log
xdebug.mode=profile
xdebug.start_with_request=yes
These adjustments are shown in phpinfo() and for every request, there's a new set of lines in the log (only "log opened" and "log closed", no helpful output). But there's no cachegrind.out file being created and there's nothing about that in the log.
When setting xdebug.mode=debug there's no connection being established. This worked fine before the update.
Can you give me any hints on how to make it work again?
after a recent update from Xdebug 3.1.5 to 3.2.0 and PHP 8.1.13 to 8.1.14 Xdebug has stopped working. We didn't change the configuration at all, which also still looks perfectly fine in the output of phpinfo()
For troubleshooting purposes, I set the following:
xdebug.log=/tmp/xdebug.log
xdebug.mode=profile
xdebug.start_with_request=yes
These adjustments are shown in phpinfo() and for every request, there's a new set of lines in the log (only "log opened" and "log closed", no helpful output). But there's no cachegrind.out file being created and there's nothing about that in the log.
When setting xdebug.mode=debug there's no connection being established. This worked fine before the update.
Can you give me any hints on how to make it work again?