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: 8,761 of 184,921
Downloads: 343,019

Daily

Ranking: 3,070 of 184,911
Downloads: 2,183

Depended by

RankDownloadsName
8,938328,700glimmer-dsl-swt
11,065211,785glimmer
11,683189,549strategic
12,118176,363glimmer-dsl-libui
15,183115,926super_module
16,486100,108glimmer-dsl-opal
19,25177,837glimmer-dsl-tk
24,61054,099array_include_methods
26,21849,471perfect-shape
35,70732,347rake-tui
46,88422,607ultra_light_wizard
55,58717,912glimmer-dsl-xml
58,42616,800glimmer-dsl-web
58,69116,689glimmer-dsl-css
71,77212,510bundler-download
81,25710,401glimmer-dsl-gtk
90,7728,636rvm-tui
93,3108,289pure-struct
106,5966,543glimmer-dsl-specification
108,7866,301glimmer-dsl-swing

Depends on

RankDownloadsName
12,645,620,564bundler
17986,073,210rspec-mocks
26858,129,739rspec
159249,412,432awesome_print
202192,910,016rdoc
42392,850,198logging
4,1791,896,302jeweler
35,70732,347rake-tui

Owners

#GravatarHandle
1iconandy_maleh
2iconAndyMaleh