Is there any way to keep the chrome dev tools breakpoints into a single source file? I keep running into this issue every now and then, where I set up a breakpoint and continue to the next function calls, problem is the javascript is sometimes relying heavily on other libraries so I just keep jumping from file to file, and it takes a long time to get back to the original file that I originally wanted to debug. So the ideal scenario would be clicking on "Next Function Call" but only break if it's in the same source file, and skip all other files.
Can this be done?