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 methods were invoked, 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, 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: 17,634 of 180,534
Downloads: 80,190

Daily

Ranking: 12,081 of 180,529
Downloads: 24

Depended by

RankDownloadsName
8,453298,508glimmer-dsl-swt
10,864186,495glimmer
12,291148,580glimmer-dsl-libui
14,584109,370super_module
16,18092,031glimmer-dsl-opal
17,64080,167strategic
19,21670,156glimmer-dsl-tk
28,84939,420perfect-shape
34,51031,109array_include_methods
46,29521,258ultra_light_wizard
47,39020,605rake-tui
70,91511,798glimmer-dsl-xml
72,82211,355bundler-download
81,6069,537glimmer-dsl-css
83,7479,146glimmer-dsl-gtk
91,9477,875rvm-tui
92,5837,806pure-struct
108,4895,848glimmer-dsl-specification
110,8705,630glimmer-dsl-swing
114,0985,327yasl

Depends on

RankDownloadsName
12,085,680,397bundler
13874,481,037rspec-mocks
23769,475,710rspec
102312,747,334simplecov
146219,681,834awesome_print
214147,080,407rdoc
38284,261,147logging
1,27721,763,816simplecov-lcov
1,61813,330,834coveralls
3,8921,814,572jeweler
47,39020,605rake-tui

Owners

#GravatarHandle
1iconandy_maleh
2iconAndyMaleh