6

将 Xdebug 版本3与 PhpStorm 版本2020.2.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
4

1 回答 1

8

仅从 2020.3 版本开始完全支持 Xdebug 3。

于 2020-12-09T13:33:39.283 回答