This demo illustrates the problem that the Pause on uncaught exception feature does not work as expected with Vite and Chrome DevTools.
- Run
npm install - Run
npm run dev - Navigate to the URL reported by vite.
- Enable Pause on uncaught exceptions in Chrome DevTools.
- Click the button on the page and notice that execution doesn't stop.