codefrau / SqueakJS

A Squeak Smalltalk VM in Javascript
https://squeak.js.org
MIT License
365 stars 75 forks source link

Feature Request: Display uncaught errors in the DOM #112

Open LinqLover opened 3 years ago

LinqLover commented 3 years ago

By accident, I tried to run a 64-bit image in SqueakJS today and stared a few minutes at the loading bar before I opened the Chrome Console and read the "Uncaught Error: 64 bit images not supported yet" message there. It would be nice if these errors could be displayed in the DOM, or using an alert instead, so you cannot overlook them. :-)

codefrau commented 3 years ago

Agreed. I'll put it on my to-do list :)