Zero-configuration debugging for unknown server
Why is Zero-configuration debugging only working with empty server configuration list (PHP >> Servers)?
I am working on changing enviroments, so everytime i have to delete all configuration to get Incoming Connection From <Debugging Engine> dialog. Why?
With added server in configuration list, and unkown incoming connection i got no reaction from phpstorm.
It looks like it doesn't work just because no suitable configuration was found. No indication of an incoming connection, nothing!
请先登录再写评论。
Hi,
By default, the “Incoming connection” window does not appear if you have at least one PHP server configured. This behaviour is controllable by the following option:

Please try to untick this option and initiate a debug session again. Would it work?
Yes thank you. This is exactly the setting I was looking for