Documentation for method full
assembled from the following pages:
Class: Backtrace §
From Backtrace
(Backtrace) method full §
Defined as:
multi method full(Backtrace:)
Returns a full string representation of the backtrace, including hidden frames, compiler-specific frames, and those from the setting.
my = Backtrace.new;say .full;