AtomVM
AtomVM copied to clipboard
Display module and line number of crash or exception in CRASH DUMP
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.
If we could identify the module and line number of the crash, that would make diagnosing errors a lot easier.