Good day,
When developing a Web service, I encountered the following problem: I cannot start the debugger if the script is launched not from NetBeans, but through a request to the SOAP Server of this script from the client program. The developed script runs on a local Apache on Windows (XAMPP), the client program is started on the same machine. Everything is local.
How do I hook the debugger to the process created by the client program? Tell me, please, who knows how this is solved.
Thanks in advance.