Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
将 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
仅从 2020.3 版本开始完全支持 Xdebug 3。