Bug
Frequently, my Xdebug helper icon is greyed, yet it is actually transmitting the idekey for every request

- My IDE's listener is normally disabled as I only run it when I need to debug something
- Because the icon greyed, I assume that the extension is not transmitting the
idekey
- But that is not the case and transmitting the
idekey causes PHP XDebug to connect to the IDE listener
- Because listener is not running, every HTTP request causes PHP XDebug to attempt connection and fail only after a timeout
- This makes navigating the website from Chrome very slow
Expected behavior
Xdebug helper icon should always reflect correctly if it is transmitting the idekey or not. If it is icon is colored/enabled, developer will notice and disable it to speed up loading.
Bug
Frequently, my
Xdebug helpericon is greyed, yet it is actually transmitting theidekeyfor every requestidekeyidekeycauses PHP XDebug to connect to the IDE listenerExpected behavior
Xdebug helpericon should always reflect correctly if it is transmitting theidekeyor not. If it is icon is colored/enabled, developer will notice and disable it to speed up loading.