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
Post a Comment