mhaupt / basicode

a BASICODE interpreter written in Java
MIT License
2 stars 1 forks source link

show exceptions in the BASIC window #13

Open mhaupt opened 8 months ago

mhaupt commented 8 months ago

Currently, exceptions and stack traces are shown in the OS console (if at all). When they are shown, the BASIC GUI just stops running.

To make crashes more apparent, exceptions and stack traces should be displayed in the BASIC window (in a scrollable text overlay?).