1) I need to open all nodes at once in Google Chrome Developer (devtools). For example, on the pictures you can see <body>
and <div id="mngb">
opened, but <head>
not
https://developers.google.com/chrome/mobile/images/Desktop2.png
2) More over, i need to open all objects in console. For example, when i type console.log(object); Here is a problem: when i press Search in console, it makes search only via opened objects.
By the way, i noticed such a problem in other browsers (Opera, Firebug).
thank you