Documentation for method summary
assembled from the following pages:
Class: Backtrace §
From Backtrace
(Backtrace) method summary §
Defined as:
method summary(Backtrace: --> Str)
Returns a summary string representation of the backtrace, filtered by !.is-hidden && (.is-routine || !.is-setting)
.
This program:
sub inner sub outer outer;
results in:
in method new at SETTING::src/core.c/Backtrace.pm6 line 85 in sub inner at test.p6 line 1 in sub outer at test.p6 line 2 in block <unit> at test.p6 line 3