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 src stacky@sub_dir@example_in_sub_dir.erl
Raw

src/stacky@sub_dir@example_in_sub_dir.erl

-module(stacky@sub_dir@example_in_sub_dir).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([main/0]).
-spec main() -> nil.
main() ->
stacky@sub_dir@other_module:other_function().