Categories: None [Edit]

power_trace

https://rubygems.org/gems/power_trace
https://github.com/st0012/power_trace
Backtrace (Stack traces) are essential information for debugging our applications. However, they only tell us what the program did, but don't tell us what it had (the arguments, local variables...etc.). So it's very often that we'd need to visit each call site, rerun the program, and try to print out the variables. To me, It's like the Google map's navigation only tells us the name of the roads, but not showing us the map along with them. So I hope to solve this problem by adding some additional runtime info to the backtrace, and save us the work to manually look them up.

Total

Ranking: 87,147 of 186,959
Downloads: 9,533

Daily

Ranking: 46,526 of 186,713
Downloads: 15

Depended by

RankDownloadsName

Depends on

RankDownloadsName
71,168,553,921activesupport
43658,650,538rails
71542,757,863pry
259169,818,262binding_of_caller

Owners

#GravatarHandle
1iconst0012