Is there a way to auto expand objects in Chrome Dev Tools?

Jeremy Smith picture Jeremy Smith · May 5, 2012 · Viewed 47.9k times · Source

EVERY SINGLE TIME I view an object in the console I am going to want to expand it, so it gets tiresome to have to click the arrow to do this EVERY SINGLE TIME :) Is there a shortcut or setting to have this done automatically?

Answer

Gajus picture Gajus · Nov 6, 2014

Consider using console.table().

console.table output