Netbeans waiting for connection to XDEBUG

后端 未结 6 1550
深忆病人
深忆病人 2021-02-02 03:27

Netbeans won\'t connect to xdebug. I\'ve tried suggestions from the following posts:

Debugging IDE's port connection to XDebug: "Waiting to Connect"

6条回答
  •  梦谈多话
    2021-02-02 03:34

    Had same issue:

    $ netstat | grep 9000
    ...
    tcp6       1      0 localhost:9000          localhost:37486         CLOSE_WAIT
    

    Solution: Restart NetBeans. There was running a dead Process waiting for connections.

    Here Netbeans with a running debug session. Note the CLOSE_WAIT and TIME_WAIT.

    tcp6       0      0 localhost:9000          localhost:38166         TIME_WAIT 
    

提交回复
热议问题