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: 10,837 of 183,021
Downloads: 205,831

Daily

Ranking: 3,811 of 183,007
Downloads: 1,281

Depended by

RankDownloadsName
8,768317,190glimmer-dsl-swt
11,010199,312glimmer
12,122165,522glimmer-dsl-libui
12,855148,813strategic
14,950113,067super_module
16,32397,226glimmer-dsl-opal
19,17375,027glimmer-dsl-tk
27,32644,979perfect-shape
30,87738,001array_include_methods
45,65322,708rake-tui
46,61322,105ultra_light_wizard
68,57513,013glimmer-dsl-xml
71,95712,095bundler-download
73,93611,629glimmer-dsl-css
81,9709,929glimmer-dsl-gtk
86,3419,122glimmer-dsl-web
91,0108,354rvm-tui
93,0908,088pure-struct
107,1676,279glimmer-dsl-specification
109,3036,054glimmer-dsl-swing

Depends on

RankDownloadsName
12,395,445,721bundler
15933,871,997rspec-mocks
25816,166,900rspec
157236,412,142awesome_print
210167,054,214rdoc
40589,318,259logging
4,0621,853,841jeweler
45,65322,708rake-tui

Owners

#GravatarHandle
1iconAndyMaleh
2iconandy_maleh