javascript - Determine console.group() depth -



javascript - Determine console.group() depth -

i using console.group() extensive debugging in code, , @ points close groups @ root level. don't know of method in api close groups @ once, best bet far has been writing console.groupend() multiple times. however, place in loop closes of them, don't need worry updating in future.

i know can of course of study maintain own counter open, i'm hoping not have that.

if possible, how might go doing this, or it?

javascript console.log

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -