-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
I believe we may have some people depending on this configuration (and it doesn't appear to actively harm anything) but with this setting xdebug is always attempting to activate whether someone has requested to start a debugging session or not.
This makes configuration of the IDE simpler (someone doesn't have to fire up a debugging session, they just need to kick PHPStorm or other into "listen for debugging connections" mode). It may even make command line drush debugging simpler as well. At the cost of them not really understanding how they are interacting with xdebug and what they did to initiate that interaction.