xdebug running in PHPStorm unable to connect to remote server
问题 Problem I'm trying to get xdebug running between my box and a webapp running on a remote server. I'm running xdebug through PHPStorm on my development box. I get stuck after starting the debugger. The PHPStorm debugger window hangs on "Waiting for incoming connection with ide key 'PHPStorm'" Remote Server Configs On the remote server, our sys admin has installed xdebug. The server has the following settings: xdebug.remote_port 9000 xdebug.default_enable On xdebug.remote_enable On xdebug