• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Enable XDebug for CLI scripts?

antduz

New Pleskian
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.
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
If I change the host in the CLI command to non-existing IP address or disable debugging in PhpStorm, I get a warning
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).
So I assume I have everything in order, however it still does not work.

What could cause this issue?
 
Back
Top