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,840 of 186,959
Downloads: 478,093

Daily

Ranking: 4,407 of 186,713
Downloads: 1,136

Depended by

RankDownloadsName
9,150336,476glimmer-dsl-swt
11,085225,623glimmer
11,211221,138strategic
12,106189,085glimmer-dsl-libui
15,424119,188super_module
16,839101,606glimmer-dsl-opal
19,30581,254glimmer-dsl-tk
21,78467,227array_include_methods
25,02854,941perfect-shape
30,41241,644rake-tui
47,20023,119ultra_light_wizard
48,38222,358glimmer-dsl-web
49,97821,407glimmer-dsl-xml
51,31120,615glimmer-dsl-css
70,76613,188bundler-download
79,59811,059glimmer-dsl-gtk
88,9389,223rvm-tui
93,3888,518pure-struct
105,8246,876glimmer-dsl-specification
107,2046,683glimmer-dsl-swing

Depends on

RankDownloadsName
12,905,736,219bundler
191,048,768,703rspec-mocks
27909,387,510rspec
164261,836,793awesome_print
190231,578,823rdoc
44696,592,075logging
4,2671,965,691jeweler
30,41241,644rake-tui

Owners

#GravatarHandle
1iconAndyMaleh
2iconandy_maleh