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,531 of 187,922
Downloads: 542,039

Daily

Ranking: 4,299 of 187,912
Downloads: 1,121

Depended by

RankDownloadsName
9,161349,475glimmer-dsl-swt
10,811246,205glimmer
10,899242,672strategic
11,789207,393glimmer-dsl-libui
15,486122,650super_module
16,942104,058glimmer-dsl-opal
18,96286,416glimmer-dsl-tk
21,02073,478array_include_methods
24,32359,240perfect-shape
29,80044,255rake-tui
40,53529,296glimmer-dsl-web
45,74625,016glimmer-dsl-xml
46,39924,540glimmer-dsl-css
46,85224,194ultra_light_wizard
70,11313,850bundler-download
75,74712,340glimmer-dsl-gtk
85,92810,130rvm-tui
91,8299,062pure-struct
102,8047,595glimmer-dsl-specification
103,2557,532glimmer-dsl-swing

Depends on

RankDownloadsName
13,041,798,299bundler
191,075,332,750rspec-mocks
28929,651,273rspec
170266,581,892awesome_print
180252,624,334rdoc
46398,500,550logging
4,3032,018,448jeweler
29,80044,255rake-tui

Owners

#GravatarHandle
1iconAndyMaleh
2iconandy_maleh