Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome Script Blackbox not working

The debugger is pausing without breakpoint in libraries like jquery on page load the warning message is shown that the script is blackboxed but ironically the debugger stops there.

Please suggest if i have to do something more than blackboxing in order to prevent debugger pauses in library scripts

Screenshot:

enter image description here

like image 277
Sagi_Avinash_Varma Avatar asked Nov 20 '14 10:11

Sagi_Avinash_Varma


1 Answers

Seems like a bug. Is there any pause reason printed in the "Call Stack" sidebar pane (above the "Scope Variables")? Maybe you could file a bug report at http://crbug.com/new ?

like image 154
aandrey Avatar answered Sep 21 '22 14:09

aandrey