I have XDebug working OK locally when accessing sites on the .local domain.
However, when enabling Live Link and viewing the site from the Live Link URL the breakpoints are never hit.
Is there a magic setting to make debugging work when using Live Link as well?
Also, a sidenote: it would be great to have the option of turning off authentication on Live Link. Live Link would be particularly uxy seful for testing webhooks, but unfortunately not with authentication as not all services can handle that. I’m going to end up making another proxy to bypass the authentication which is really not ideal.