phpstorm 9 and remote debugging
Are there any new config settings needed for v9 for remote debugging? Everything working perfectly on v8.
I'm using the easy xdebug chrome extension. When I load a page, the browser spins like it's trying to start a session, but phpstorm is not detecting anything.
When I switch back to v8 everything works. Just wondering if there's something new I need to do.
Please sign in to leave a comment.
Hi there,
Sounds like firewall issue (app is not allowed to receive incomming connections).
Also check your IDE settings (that the same debug ports are used etc)
You got it! Changed that and worked like a charm.
