Categories: None [Edit]

puts_debuggerer

https://rubygems.org/gems/puts_debuggerer
https://github.com/AndyObtiva/puts_debuggerer
Debuggers are great! They help us troubleshoot complicated programming problems by inspecting values produced by code, line by line. They are invaluable when trying to understand what is going on in a large application composed of thousands or millions of lines of code. In day-to-day test-driven development and simple debugging though, a puts statement can be a lot quicker in revealing what is going on than halting execution completely just to inspect a single value or a few. This is certainly true when writing the simplest possible code that could possibly work, and running a test every few seconds or minutes. Problem is you need to locate puts statements in large output logs, know which file names, line numbers, classes, and methods contained the puts statements, find out what variable names are being printed, and see nicely formatted output. Enter puts_debuggerer. A guilt-free puts debugging Ruby gem FTW that prints file names, line numbers, class names, method names, and code statements; and formats output nicely courtesy of awesome_print. Partially inspired by this blog post: https://tenderlovemaking.com/2016/02/05/i-am-a-puts-debuggerer.html (Credit to Tenderlove.)

Total

Ranking: 7,624 of 187,548
Downloads: 527,037

Daily

Ranking: 4,343 of 187,532
Downloads: 1,047

Depended by

RankDownloadsName
9,150347,400glimmer-dsl-swt
10,846242,659glimmer
10,972237,045strategic
11,829204,073glimmer-dsl-libui
15,462122,005super_module
16,913103,501glimmer-dsl-opal
18,98785,574glimmer-dsl-tk
21,14872,252array_include_methods
24,46158,358perfect-shape
29,87243,815rake-tui
41,59628,189glimmer-dsl-web
46,43624,352glimmer-dsl-xml
46,81624,068ultra_light_wizard
47,17423,820glimmer-dsl-css
70,30513,712bundler-download
76,16912,162glimmer-dsl-gtk
86,24710,004rvm-tui
91,8568,999pure-struct
103,1537,493glimmer-dsl-specification
103,7477,403glimmer-dsl-swing

Depends on

RankDownloadsName
13,007,742,320bundler
191,068,708,675rspec-mocks
28924,538,466rspec
169265,371,424awesome_print
183247,752,095rdoc
46297,991,962logging
4,2982,003,183jeweler
29,87243,815rake-tui

Owners

#GravatarHandle
1iconAndyMaleh
2iconandy_maleh