Debug Soap connection

I want to debug SOAP requests from client to server.

I already set it up and it works sometimes.

I am puzzled why it doesn't work with some requests.

I checked the differences with a request where debugging works fine and the only thing I notice is that when I hit F9 phpstorm doesn't stop at the next breakpoint (next line in same file)

0

Do I get right that debugging stops on the first line of a PHP script, and when you try to go to a breakpoint, session ends?
If so, most probably it's a mapping issue.
Please show us what mappings you have in Settings | Languages & Frameworks | PHP | Servers.
Also, a screenshot of the terminal window with output of ls -l in the project dir in the web root would be nice.

0

请先登录再写评论。