Using PhpStrom with ZendDebugger / Show in IDE Problems
Hey,
i got the problem that every time try to open a function in the IDE via ZendDebugger my PhpStorm tells me this:
Debug session was finished without being paused
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 'localhost' server at PHP|Servers or enable Break at first line in PHP scripts option (from Run menu).
So the debugging actually works and open the right file but when i try to open an specific function or file it fail.
My Path mapping Settings:

ZendDebugger View:

My PHP Debugger Settings:

请先登录再写评论。
Where is the project located, did you open it with PhpStorm directly from the web root, or it's located somewhere else and you transfer changes with a deployment configuration?