RubyGems Navigation menu

power_trace 0.3.0

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.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.3.0 - August 30, 2020 (1.61MB)
  2. 0.2.2 - July 16, 2020 (1.11MB)
  3. 0.2.1 - July 13, 2020 (1.11MB)
  4. 0.2.0 - July 13, 2020 (1.11MB)
  5. 0.1.0 - July 09, 2020 (711KB)

Runtime依存関係 (2):

Development依存関係 (2):

pry >= 0
rails >= 0

所有者:

プッシュ者:

作者:

  • st0012

SHA 256チェックサム:

f0ac2e7e9256216f1c774502bd6aa04b13c0862eceab8e276ef78a135f7f7960

累計ダウンロード数 8,441

このバージョンのみ 3,189

ライセンス:

MIT

必要なRubyのバージョン: >= 2.6.0

リンク: