Packages

BEAM stack trace in Gleam: a stack trace of stack frames with module name, function name, arity, file name and line number.

Current section

Files

Jump to
stacky include stacky_StackFrame.hrl
Raw

include/stacky_StackFrame.hrl

-record(stack_frame, {
erlang_module_name :: stacky:erlang_module_name(),
function_name :: stacky:function_name(),
function_arity :: stacky:function_arity(),
erlang_file_name :: stacky:erlang_file_name(),
erlang_line_number :: stacky:erlang_line_number()
}).