yasl
yasl copied to clipboard
Include function names in stack traces
Currently, stack traces include line numbers for where things went wrong, but not the names of function calls themselves. This change would let us also see the names of the functions called in the stack trace, to help with debugging.