我目前的理解是,问题是因为我的项目只包含一个插件目录,而我正在调试的页面是由项目目录之外的许多php文件生成的。
修复只对PHPStorm首选项进行了两次更改:
转到PHPStorm > Preferences > Project Settings > PHP > Debug
和禁用Force break at the first line when no path mapping specified
.转到PHPStorm > Preferences > Project Settings > PHP > Servers
和禁用Use path mappings (select if the server is remote or symlinks are used
.有了这两个变化,一切似乎都很顺利。