mac-cain13 / xdebug-helper-for-chrome

Easily activate PHP debugging, profiling and tracing with this Xdebug Chrome extension
https://chrome.google.com/webstore/detail/eadndfjplgieldjbigjakmdgkmoaaaoc
307 stars 97 forks source link

Run for the next request only, then disable #88

Open mklepaczewski opened 6 years ago

mklepaczewski commented 6 years ago

I often find it useful to run debugging / trace capture / profiling only for the next request. Keeping trace / profile enabled for batch of requests (even if they're triggered by single browser navigation request) is problematic for following reasons:

Ideally, there should be a checkbox / keyboard shortcut which would allow users to enable XDebug only for the next request (and the next request only, following requests executed due to loading of the request should not have XDebug enabled)

KWB commented 5 years ago

I have a similar request, "always disable when restarted". So it would be great if debugging is always "off" after I have restarted by browser.