• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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