Xdebug 3&PhpStorm 2020.2.4

Dec 03 2020

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

回答

6 Mateo Dec 09 2020 at 20:33

Xdebug 3は、2020.3バージョンからのみ完全にサポートされています。