Home  >  Article  >  Backend Development  >  phpstorm配置xdebug只有第一行断点能触发

phpstorm配置xdebug只有第一行断点能触发

WBOY
WBOYOriginal
2016-06-06 20:06:071865browse

我是mac系统下装的最新的phpstorm,php是5.6.19,xdebug版本是2.2.5

我在phpstorm里面点debug调试一切正常,开监听的话,断点在第一行能够触发跳进来,但断在其他地方就都略过了。而且我断在第一行,点resume跳到下一个断点也是不行,只能单步走就可以。

回复内容:

我是mac系统下装的最新的phpstorm,php是5.6.19,xdebug版本是2.2.5

我在phpstorm里面点debug调试一切正常,开监听的话,断点在第一行能够触发跳进来,但断在其他地方就都略过了。而且我断在第一行,点resume跳到下一个断点也是不行,只能单步走就可以。

我也遇到过这种情况 应该是没有指定项目的入口文件 或者是 本地项目的文件路径没有和webserver里面的项目文件对应

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn