在使用phpStorm进行Debug时警告,已解决

在使用phpStorm进行Debug时(phpStorm断点调试),警告提示:debug session was finished without being ……,如下图:

20190601192320

It may be caused by path mappings misconfiguration or not synchronized local and remote projects.  To figure out the problem check path mappings configuration for ‘w4.com.server’ server at PHP|Servers or enable Break at first line in PHP scripts option (from Run menu). Do not show again

第一次使用phpStorm进行断点调试,需要调试的URL是

/dede/aaa/index.php

但是后来又需要调试

/dede/article_add.php

就出现上面提示的警告了。

大致意思就是什么路径映射问题,但是真不明白所以然,还好,最后还是解决掉了这个问题。

刚开始没太注意这提示,英语是日语老师教的,只是知道不好使,查来查去最后好好看了看这个提示,其实里面给了解决方案,就是勾选菜单中 run 下的 Break at first line in PHP scripts 项,如下图:

20190601193753

问题解决。