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

Feature: Automatically turn on/off by pinging the debugger #102

Open hdodov opened 5 years ago

hdodov commented 5 years ago

Would it be possible to have the extension automatically toggle by attempting to ping the debugger? For example, I always run my debugger at port 9000. The extension could ping 127.0.0.1:9000 and if it gets a response - it should toggle itself on. If there's no response within X milliseconds - it should toggle off.