Try Firebug 1.5, latest alpha is: http://getfirebug.com/releases/firebug/1.5X/firebug-1.5X.0a23.xpi
There is a new "Persist" button in the Console panel, which prevents clearing of the content when the page is reloaded. We would like to have similar functionality also for the Net panel in future. Honza On Sep 3, 11:42 am, Dude <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
