houseabsolute / Devel-StackTrace

An object representing a stack trace
https://metacpan.org/release/Devel-StackTrace/
Other
7 stars 13 forks source link

Add args? #10

Closed FGasper closed 7 years ago

FGasper commented 7 years ago

Would you be opposed to adding the content of @DB::args to this, so that at a given level of the stack trace the object would indicate what the passed arguments were? It seems useful …

autarch commented 7 years ago

This is already available via the $frame->args method.

FGasper commented 7 years ago

Ah ok!

Is it documented? I don’t see it: https://metacpan.org/pod/Devel::StackTrace

autarch commented 7 years ago

See https://metacpan.org/pod/Devel::StackTrace::Frame

FGasper commented 7 years ago

Ah, thanks—sorry for the noise.