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

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

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