PhpStorm debugger not stopping at BreakPoints; keeps waiting for xdebug _SESSION_

前端 未结 15 1667
挽巷
挽巷 2021-01-31 14:21

Updated question : PhpStorm | WebMatrix (IISExpress) | Xdebug.remote_port | — Which Port(s) to put where?


I\'m running localhost web server on my Windows machine w

15条回答
  •  暖寄归人
    2021-01-31 14:53

    Could be a Firewall.

    Day 572... Still haven't slept or eaten... But I finally found the culprit: Windows Defender!

    Basically, I had a firewall blocking JetBrains IDE Support chrome extension from sending data to PhpStorm through the default 127.0.0.1:63342 address.

    --- Edit

    Day 864... Same issue happened again, this time on Linux... But I finally found the culprit: Ubuntu Firewall!

    Seriously, this happened to me again a few months later, using Linux, and it was the firewall again. Disabling the firewall solved it sudo ufw disable - If you care for the firewall and want to keep it enabled, gotta dive in deep on creating some sort of whitelist for it.

提交回复
热议问题