Feature Request : Turn XDebug On or Off in php.ini
sadortun opened this issue · 4 comments
sadortun commented
Hi!
Since XDebug have a huge impact on page performance, it would be nice to have a callback to turn it on or off by changing the php.ini
file when enabling or disabling it in the browser.
I am not quite sure how it can be done, but if you give me some guidelines, i would be very happy to submit a PR
Thanks!
neochief commented
I don't think it's possible, since browser extension does not have access to file system.
sadortun commented
Is there a way for an external tool to query the extension status ?
mac-cain13 commented
As @neochief states, this will be very hard to build.