使用Xdebug版本3和PhpStorm版本202.4时出现此错误:
Connection was not established.
Cannot start debugger session with 'Xdebug 3.0.0' Validate installation
php.ini配置:
xdebug.mode=develop
xdebug.start_with_request=yes
xdebug.client_port=9003
Xdebug 3仅从2020.3版本开始完全支持。