My dev setup includes PHP 8 and Xdebug 3 in a docker container for a Symfony project.
Currently I use xdebug.start_with_request=yes
, but I don't like the performance impact that has.
How do I start an Xdebug session on demand for Symfony console commands?