Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome debugger stops at a function even without a DOM break point

Hi I have a angular js application. And when I run my application and hit F12 and open the debugger, for each and every page it continuously calling following function and stops there just like it has a break point.

Here is the stopping point

TagCanvas.NextFrameRAF = function() {
  requestAnimationFrame(DrawCanvasRAF);
};

But this function doesn't have any break points.

like image 443
tarzanbappa Avatar asked Jan 01 '26 15:01

tarzanbappa


1 Answers

It sounds like you have a Request Animation Frame breakpoint set:

enter image description here

You can find that in dev tools on the Sources tab on the right-hand side under Event Listener Breakpoints > Animation.

like image 118
T.J. Crowder Avatar answered Jan 03 '26 03:01

T.J. Crowder



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!