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: 10,144 of 183,471
Downloads: 238,516

Daily

Ranking: 5,667 of 183,459
Downloads: 189

Depended by

RankDownloadsName
8,802320,215glimmer-dsl-swt
11,036201,274glimmer
12,132168,090glimmer-dsl-libui
12,339162,850strategic
15,017113,673super_module
16,35997,982glimmer-dsl-opal
19,19575,790glimmer-dsl-tk
26,99446,142perfect-shape
30,07339,685array_include_methods
45,22723,207rake-tui
46,71322,224ultra_light_wizard
68,41413,161glimmer-dsl-xml
71,88212,215bundler-download
73,42211,826glimmer-dsl-css
81,80710,047glimmer-dsl-gtk
83,7609,668glimmer-dsl-web
90,9448,428rvm-tui
93,2518,130pure-struct
107,0756,343glimmer-dsl-specification
109,1446,119glimmer-dsl-swing

Depends on

RankDownloadsName
12,455,829,279bundler
15945,198,516rspec-mocks
25824,998,340rspec
158239,468,119awesome_print
210172,448,676rdoc
41190,151,626logging
4,0881,860,804jeweler
45,22723,207rake-tui

Owners

#GravatarHandle
1iconandy_maleh
2iconAndyMaleh