AtomVM
AtomVM copied to clipboard
Add support for stacktraces
It is sometimes very difficult to diagnose where a program has crashed without having to add printf's to the code. This becomes increasingly difficult with third party and core libraries.
We should support the display of stack traces in CRASH DUMPs and support the Type:Error:Stacktrace pattern in try..catch blocks