Based on this user's feedback
What
Allow XDebug to be activated on more than one site at the same time.
Why
Currently XDebug can only be active on one site at a time. Developers working across multiple interconnected sites (e.g., multisite, API integrations) need to constantly toggle XDebug between sites, which disrupts the debugging workflow.
How
- Allow concurrent XDebug sessions across multiple Studio sites.
- Each site's PHP process could bind to a different debug port.
Based on this user's feedback
What
Allow XDebug to be activated on more than one site at the same time.
Why
Currently XDebug can only be active on one site at a time. Developers working across multiple interconnected sites (e.g., multisite, API integrations) need to constantly toggle XDebug between sites, which disrupts the debugging workflow.
How