• 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.

Resolved Installing xdebug for plesk panel's php / sw-engine

ioweb.gr

New Pleskian
Hi,

I'd like to develop a small extension for plesk onyx and I'd like to debug it using xdebug. From what I can see plesk isn't using any of the php handlers used for customer subscriptions but instead it's run using sw-engine which is actually a php interpreter.

Is there any way to load xdebug to it? I couldn't find it's pear.conf file (probably because it's compiled --without-pear) or anything that could actually assist me in installing it for sw-engine.

Any help is appreciated
 
Hi ioweb.gr,

sorry, but you are not able to add additional modules to the Plesk Control Panel PHP version and it is not at all recommended at all as well, to avoid performance and configuration issues/errors/problems.

Pls. feel free to reach the extension - developers - team at => [email protected] for additional questions/issues, related to your goals. :)
 
Last edited by a moderator:
Thanks for the quick response. That's sad to hear. Over the years I've found that actually working without a debugger in most cases results in bugs that are hard to trace (especially errors in logic) and solve as well as add a lot of code cleaning tasks afterwards. That's why I was hoping that I could enable it on my dev environment. Of course it wouldn't be for production but for development only.

I'll give it a shot at the email address you provided and see if maybe there is an alternative to xdebug that can be used.
 
Back
Top