Google Chrome will soon have a feature that will be of interest to this thread.
You can enable it now by:
- Enable chrome://flags/#enable-devtools-experiments
- Click on cog in dev tools
- Go to Experiments Tab
- Check "Javascript frameworks debugging"
- Go to General Tab
- Under the Sources section
- Check "Skip stepping through sources with particular names"
- In the pattern inputbox: type in the file name that you see now (app.log.js)
Restart and enjoy :)
References:
Tests from chrom devtools
devtools Issues thread
devtools code review