xdebug-ext
xdebug-ext copied to clipboard
Cannot disable xdebug until the page loads
Thanks for the extension, it is quite useful. I am having trouble disabling the extension before the page loads, so if the xdebug client cannot connect, I can never load the page because I cannot disable the extension until after the page loads.
Reproduce:
- Turn on xdebug on some page
- Verify it is working
- Disable the xdebug client (IDE) listening for connections
- Close the page
- Reopen the page
Upon reopening the page you will notice that the xdebug extension is disabled but it is sending the XDEBUG_SESSION and I cannot disable the extension because it is greyed out until the page loads completely.
Hello @kwhat
Interesting use case, I'll see if I can find a way to make it better.