I'm trying to ignore caught exceptions in livereload (brought in via rollup-plugin-livereload) while I'm working with dev tools' Pause on caught exceptions turned on. It very much sounds like the way to do this is with a pattern in dev tools' Framework Ignore List, but adding /livereload\.js$ doesn't seem to do anything.
One thing I've noticed is that in the sources tab when it pauses, it's listed as livereload.js?snipver=1, but adding /livereload\.js\?snipver=\1$ as a pattern to the list also doesn't stop the pausing.