Is there a way to auto expand objects in Chrome Dev Tools?
问题 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? 回答1: While the solution mentioning JSON.stringify is pretty great for most of the cases, it has a few limitations It can not handle items with circular references where as console.log can take care of such objects elegantly. Also, if you have a large tree, then ability