PHP and Javascript - log complete workflow
I am working in a complex Webframework with lots of Javascript in the
Frontend and lots of PHP in the backend. Since I'm new to it, finding out
the workflow is quite a hassle. Is there a way to log the complete
sequence of function calls (in PHP, JS or both) from the moment a request
is sent until the response is executed (or the JS after the request has
been sent is executed?) That would be really helpfull.
No comments:
Post a Comment