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: 6,916 of 193,030
Downloads: 704,659

Daily

Ranking: 5,052 of 193,008
Downloads: 446

Depended by

RankDownloadsName
9,436375,065glimmer-dsl-swt
10,650288,450strategic
10,863274,843glimmer
11,731233,928glimmer-dsl-libui
15,818129,078super_module
17,321109,319glimmer-dsl-opal
18,97993,356glimmer-dsl-tk
20,20184,294array_include_methods
23,39967,264perfect-shape
29,01548,983rake-tui
33,04440,932glimmer-dsl-web
41,40930,156glimmer-dsl-xml
41,44130,124glimmer-dsl-css
47,02425,472ultra_light_wizard
69,70614,738bundler-download
72,99413,753glimmer-dsl-gtk
83,76611,170rvm-tui
91,5859,618pure-struct
99,0598,525glimmer-dsl-swing
100,0188,405glimmer-dsl-specification

Depends on

RankDownloadsName
13,424,768,626bundler
221,142,594,053rspec-mocks
29980,978,640rspec
165304,938,415rdoc
181278,717,288awesome_print
495103,530,873logging
4,3152,215,703jeweler
29,01548,983rake-tui

Owners

#GravatarHandle
1iconAndyMaleh
2iconandy_maleh