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,049 of 191,175
Downloads: 650,808

Daily

Ranking: 3,728 of 191,064
Downloads: 1,234

Depended by

RankDownloadsName
9,263364,397glimmer-dsl-swt
10,649270,323strategic
10,718265,855glimmer
11,602226,331glimmer-dsl-libui
15,563127,268super_module
17,139107,211glimmer-dsl-opal
18,85291,134glimmer-dsl-tk
20,24581,082array_include_methods
23,52864,340perfect-shape
28,99347,671rake-tui
35,55336,079glimmer-dsl-web
42,21928,715glimmer-dsl-xml
42,39828,557glimmer-dsl-css
46,73725,067ultra_light_wizard
69,67814,411bundler-download
73,64713,267glimmer-dsl-gtk
83,95110,878rvm-tui
91,2699,452pure-struct
99,7548,253glimmer-dsl-swing
100,4538,155glimmer-dsl-specification

Depends on

RankDownloadsName
13,272,137,771bundler
221,116,921,477rspec-mocks
29961,938,418rspec
169285,502,908rdoc
179274,069,951awesome_print
483101,611,515logging
4,2912,164,501jeweler
28,99347,671rake-tui

Owners

#GravatarHandle
1iconAndyMaleh
2iconandy_maleh