Xdebug 3 및 PhpStorm 2020.2.4

Dec 03 2020

PhpStorm 버전 2020.2.4 와 함께 Xdebug 버전 3 을 사용할 때이 오류가 발생합니다 .

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

답변

6 Mateo Dec 09 2020 at 20:33

Xdebug 3은 2020.3 버전에서만 완전히 지원됩니다.