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,678 of 187,224
Downloads: 511,214

Daily

Ranking: 4,626 of 187,196
Downloads: 893

Depended by

RankDownloadsName
9,133345,350glimmer-dsl-swt
10,923236,884glimmer
11,052231,843strategic
11,889199,697glimmer-dsl-libui
15,468121,112super_module
16,887102,960glimmer-dsl-opal
19,06884,491glimmer-dsl-tk
21,36370,523array_include_methods
24,62357,389perfect-shape
30,17942,957rake-tui
43,14026,703glimmer-dsl-web
46,88523,873ultra_light_wizard
47,54523,422glimmer-dsl-xml
48,39222,844glimmer-dsl-css
70,41913,584bundler-download
76,85311,923glimmer-dsl-gtk
86,9109,805rvm-tui
92,1698,886pure-struct
103,8237,338glimmer-dsl-specification
104,7147,211glimmer-dsl-swing

Depends on

RankDownloadsName
12,971,947,338bundler
191,061,618,690rspec-mocks
27919,195,736rspec
167264,129,812awesome_print
185241,656,823rdoc
46097,504,255logging
4,2931,987,769jeweler
30,17942,957rake-tui

Owners

#GravatarHandle
1iconAndyMaleh
2iconandy_maleh