Is there a way to put breakpoints across all of the JS code?
For example, let's say I have some button and when I click on it some JS code gets executed, but I don't know what exact code or the file where that code is executed.
So if I put breakpoints on all of the code after I click on that button breakpoint will activate and I will know which code gets executed.
Can I do this or is there something similar?