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.mode=debug,我在配置文件中执行此操作etc/php/7.4/mods-available/xdebug.ini,并将 PhpStorm 中的端口更改为 9003。我像以前一样进行 PhpStorm 的其余设置,但 Xdebug 不起作用。模块 Xdebug 已打开。
xdebug.mode=debug
etc/php/7.4/mods-available/xdebug.ini
还有什么可能是错的?
以下是截图: