debuggingfirebug

Firebug: How to inspect elements changing with mouse movements?


Sometimes I need to inspect elements that are only showing up on a page if you put mouse over some area. The problem is that if you start moving mouse towards firebug console in order to see the changes, mouse-out event is triggered and all changes I am trying to inspect disappear. How to deal with such cases?

Basically I am looking for something that would either:

Thanks.


Solution

  • I think you can also do this :

    Worked for me anyway!