Hi dear stackers,
I'd like to debug my app step-by-step to see what happens AFTER the form submission (only via POST).
The problem is the URL after submission is the same than the one before, and I do not know any way to tell the debugger to wait for the submission of the form...
Any ideas ? Thanks in advance !