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,997 of 191,941
Downloads: 671,437

Daily

Ranking: 4,907 of 191,854
Downloads: 641

Depended by

RankDownloadsName
9,281368,187glimmer-dsl-swt
10,600276,219strategic
10,719269,073glimmer
11,622228,824glimmer-dsl-libui
15,606127,949super_module
17,179107,817glimmer-dsl-opal
18,87291,757glimmer-dsl-tk
20,15182,374array_include_methods
23,41865,397perfect-shape
28,92348,193rake-tui
34,44538,094glimmer-dsl-web
42,05129,199glimmer-dsl-xml
42,17429,074glimmer-dsl-css
46,99025,161ultra_light_wizard
69,83114,504bundler-download
73,58913,415glimmer-dsl-gtk
84,04210,962rvm-tui
91,4219,516pure-struct
99,7548,328glimmer-dsl-swing
100,4778,229glimmer-dsl-specification

Depends on

RankDownloadsName
13,324,719,599bundler
221,126,218,968rspec-mocks
29968,802,860rspec
167292,475,759rdoc
179275,609,011awesome_print
489102,282,196logging
4,2952,183,838jeweler
28,92348,193rake-tui

Owners

#GravatarHandle
1iconandy_maleh
2iconAndyMaleh