debugging - In Chrome debugger, is there a way to "stay in this script"? -
often when debugging interested in program flow within 1 script.
it's frustrating when debugger keeps jumping out follow code execution flow branches outside script.
the way have found limit blackbox each time jumps new script (which presume works other people not me because use sourcemaps aren't blackboxed in chrome due unfixed chrome bug, that's separate topic).
is there way instruct debugger not jump out other script files?
thanks
Comments
Post a Comment