Page MenuHomePhabricator

Investigate and document xdebug usage for PHP projects on Toolforge
Open, Needs TriagePublic

Description

xdebug is a commonly used tool for inspector based debugging of PHP applications. It would be nice to know a) if using xdebug with grid engine and/or kubernetes PHP containers is possible, and if so b) have step by step instructions on wikitech for setting up a tool and the developer's local environment to allow it.

Event Timeline

It was enabled for SGE webservices (T72313), but seems to be disabled for kubernetes.

Setting it up for kubernetes might be nontrivial, as this would require to port-forward through a bastion towards the container. I think a local development environment (and then tunneling SQL and other in-labs services) might be easier.