Hi I have a problem with PhpStorm debugger. I'm writing a web service in PHP and when I start client to ask for a service the server responses with no problem to client but despite I'm in debug mode it doesn't debug (example it doesn't stop at break point).
Debug work right when the url request come from browser but not when it comes from a client (that can be a simple program in Java that try to call some service).