While using "XHR breakpoints" to identify which line is triggering an AJAX request, I noticed that the call stack only shows Angular.js library lines. This makes it difficult to pinpoint the exact line in my code that triggered the request. What steps should I take to address this issue?
Additional information:
It may be relevant to mention that the AJAX response returns an error due to a non-existing URL. Furthermore, setting Angular as a blackbox prevents the breakpoint from triggering.