Hey,

I often have to debug JS functions that send an AJAX query, and after
receiving the response they reload the whole page. And the problem is,
that after the page reloads all the firebug data is gone.

Currently I add either a "return false" after receiving the response,
or alert() it. But it's not a very good method, becouse bugs i'm
looking for are always on PHP siede.

Is there a way to check ajax response in firebug but from the previous
page, i.e. not to clear the console after the page reloads??

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to