Search code examples
phpflexbuilder

PHP debugging tools in browser


I'm developing a Flex application that make calls to PHP scripts. All work fine but sometimes and without any reason the app stops. It seems that something wrong in the call to the PHP script, bad response or simply there is no response and the app wait until such response.

My question is if anyone know how can I trace the response of a PHP script call within the browser. Is there any tool that can monitorize the call and response?

Thanks.


Solution

  • I would recommend using firephp with firebug both are FireFox Add-Ons.