PhpStorm Xdebug : Waiting for incoming connection with ide key
问题 I am running PHP 7.0 and PhpStorm 2016.1 I have x-debug installed and this is my configuration : When running Debug form PhpStorm the Debugger tab shows this error message: Waiting for incoming connection with ide key '13136' ide key varies every time. Please help. 回答1: Your question is incomplete as it lacks your current php settings for xdebug, but it looks like you do not have idekey configured (you see IDE Key to be reported as " No value " for that reason). Just add: xdebug.idekey = ....