diem/move

[Feature Request] Improve stacktrace readability (with line numbers)

Opened this issue · 0 comments

Today if we call Debug::print_stack_trace, it prints a stack with very low-level data: bytecode, stack information and etc.
This however isn't typically what a Move developer wants.
The basic thing a developer want to see would be the similar kind of stacktrace in other languages: the file and line number of each function in the stack.