full
ErrorsCollection

full

Synthesised documentation from type/Backtrace

From type/Backtrace

See Original text in context

multi method full(Backtrace:D:)

Returns a full string representation of the backtrace, including hidden frames, compiler-specific frames, and those from the setting.

my $backtrace = Backtrace.new;
say $backtrace.full;