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 consol
For the bootstrap tooltip:
$(document ).tooltip({delay: { show: 0, hide: 100000 }});