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,885 of 196,721
Downloads: 793,433

Daily

Ranking: 6,368 of 196,694
Downloads: 246

Depended by

RankDownloadsName
9,416402,241glimmer-dsl-swt
10,541311,232strategic
10,776297,102glimmer
11,488257,793glimmer-dsl-libui
16,000132,979super_module
17,530112,347glimmer-dsl-opal
19,00697,290glimmer-dsl-tk
19,60292,696array_include_methods
22,42674,496perfect-shape
28,54352,083rake-tui
29,28050,140glimmer-dsl-web
39,27033,455glimmer-dsl-css
39,52833,187glimmer-dsl-xml
47,30226,106ultra_light_wizard
68,88815,494bundler-download
72,14314,449glimmer-dsl-gtk
83,08811,690rvm-tui
91,9369,864pure-struct
97,5918,982glimmer-dsl-swing
98,9278,800glimmer-dsl-specification

Depends on

RankDownloadsName
13,728,237,794bundler
221,191,030,149rspec-mocks
291,017,967,488rspec
152344,213,097rdoc
189286,949,103awesome_print
507106,773,333logging
4,3732,311,909jeweler
28,54352,083rake-tui

Owners

#GravatarHandle
1iconAndyMaleh
2iconandy_maleh