You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I think the extension gets confused because it tracks the enabled status by domains.
I develop a few websites together as they share common code and switch between them using bookmarks.
It seems simpler for the developer to manage if the extension stays on/off regardless of domain.
Bug
Frequently, my
Xdebug helper
icon is greyed, yet it is actually transmitting theidekey
for every requestidekey
idekey
causes PHP XDebug to connect to the IDE listenerExpected behavior
Xdebug helper
icon should always reflect correctly if it is transmitting theidekey
or not. If it is icon is colored/enabled, developer will notice and disable it to speed up loading.The text was updated successfully, but these errors were encountered: