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

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -