Warm tip: This article is reproduced from serverfault.com, please click

php-Xdebug 3和PhpStorm 2020.2.4

(php - Xdebug 3 & PhpStorm 2020.2.4)

发布于 2020-12-03 14:47:02

将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
Questioner
Mateo
Viewed
0
Mateo 2020-12-09 21:33:39

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