LiveComponent, force crash entire view / browser

Hey Everyone,

New to using LiveView, but really enjoying it. One of the developer experiences while prototyping & developing I miss from regular views, is that when the controller/thing crashed it bought down the entire browser & displayed any errors within the browser.
Gave me arguments, error log - everything I needed nice and cleanly.

Now with LiveView / Component crashes everything still keeps on working but I have the process crashing / failing in the terminal. It’s not too bad as I use vim and can quickly switch over, but I prefer the much nicer & laid out error logs from the browser.

Is there a way to force the errors to be thrown into the browser when developing?

Thanks in advance :slight_smile: