No way to capture unhandled errors #8417
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-duplicate
Closed in favor of an existing report
This seems like the sort of thing that there'd already be a bug about, but I wasn't able to find one. Apologies if this is a duplicate.
There needs to be some way of capturing and dealing with unhandled exceptions. Currently on the VM they always take down the entire process, which (while correct as the default behavior) is very frustrating when trying to debug or write test code.
The text was updated successfully, but these errors were encountered: