- Server operating system version
- AlmaLinux 8.10 (Cerulean Leopard)
- Plesk version and microupdate number
- Plesk Obsidian v18.0.71_build1800250704.07 os_RedHat el8
Hi,
I have a problem with my new developer setup.
After setting up XDebug according to (incomplete/outdated) docs, I can debug web requests as expected.
However my PHPStorm IDE does not stop at all on CLI PHP scripts.
E.g.
If I change the host in the CLI command to non-existing IP address or disable debugging in PhpStorm, I get a warning
So I assume I have everything in order, however it still does not work.
What could cause this issue?
I have a problem with my new developer setup.
After setting up XDebug according to (incomplete/outdated) docs, I can debug web requests as expected.
However my PHPStorm IDE does not stop at all on CLI PHP scripts.
E.g.
Code:
/opt/plesk/php/8.2/bin/php -d xdebug.start_with_request=yes -d xdebug.mode=debug -d xdebug.client_host=192.168.52.1 Ecron.php
Code:
Xdebug: [Step Debug] Time-out connecting to debugging client, waited: 200 ms. Tried: 192.168.52.11:9003 (through xdebug.client_host/xdebug.client_port).
What could cause this issue?