views:

28

answers:

1

Hi,

How can I use Firebug to check data if the page is reloaded (in the case of AJAX, etc.)?

Thanks.

+2  A: 

You can keep panel information by clicking the Persist Button at the top of the panel, this will prevent it from clearing when a new page is requested.

Nick Craver
Just a small correction that may help you understand what is going on: the Persist Button copies the content of the console panel from the deleted web page to the one that is created upon reload. Each web page has its own console.
johnjbarton