经过努力尝试在我的 Mac 上的 PHPStorm 中配置 XDebug,我仍然得到“等待传入的连接密钥......”我在互联网上看到了这个问题,但没有一个解决方案取得成功。
php.ini:
[xdebug]
zend_extension = /Applications/XAMPP/xamppfiles/lib/xedbug.so
xdebug.remote_enable=on
xdebug.remote_host=localhost
xdebug.remote_handler=dbgp
xdebug.remote_port=9000