Devtools Debugger Behaving Strangely

Viewed 11

I am trying to debug a script and I am running into a weird error.

We have a function that performs some logic and sends a network call, the only way for this network call to occur is through this function. Some events on the page trigger the debugger to stop in the function, and some events do not. But the network call occurs on every event, as it is supposed to.

Any idea on why this is happening/how to fix it?

0 Answers
Related