houseabsolute / Devel-StackTrace

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

Add filter_frames_early option to filter frames before stringifying args #4

Closed ilmari closed 10 years ago

ilmari commented 10 years ago

This allows the filter to inspect the raw arguments of the frame to decide whether to include the frame, and also avoid unnecessary stringification of unwanted frames' args.

autarch commented 10 years ago

Merged, thanks.