• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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