Demo Vue app for broken pause on exception

This demo illustrates the problem that the Pause on uncaught exception feature does not work as expected with Vite and Chrome DevTools.

Steps

  1. Run npm install
  2. Run npm run dev
  3. Navigate to the URL reported by vite.
  4. Enable Pause on uncaught exceptions in Chrome DevTools.
  5. Click the button on the page and notice that execution doesn't stop.