I have an extremely large (in terms of expandability - there are a lot of nodes that can be expanded) object I'm viewing in the console tab of Chrome dev tools. I'm looking for a certain value to debug a chart. Is there a way to perform a CTRL-F (find) and have Chrome dev tools expand the proper nodes to reveal it's location? I can manually expand each node but that would most likely take forever (like I said - LOTS of nodes). I'm new to HTML so maybe this is something trivial. Right now when I perform a CTRL-F, it tells me how many instances there are, but it doesn't highlight them unless the nodes are already expanded.
In a nutshell, can you do a CTRL-F in Chrome dev tools (Console tab) and make it expand the proper nodes and highlight/show where it is in the console?
EDIT (image added):