How to debug POST/PHP

I have a client app on machine A that submits POST requests to a local server on machine B on which I have PHPStorm. If I set a breakpoint in my PHP on machine B and use a browser on machine A, PhpStorm halts at the breakpoint -- so far so good. But if my client app submits its POST request, machine B just executes the request and doesn't stop at the breakpoint. Thots?

0
1 comment

Nevermind. Adding remote_autostart=1 to php.ini and increasing the max number of connections in the PhpStorm debugger did the trick.

0

Please sign in to leave a comment.