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,119 of 189,968
Downloads: 629,465

Daily

Ranking: 4,285 of 189,933
Downloads: 1,268

Depended by

RankDownloadsName
9,245360,953glimmer-dsl-swt
10,712263,563strategic
10,724262,851glimmer
11,613223,680glimmer-dsl-libui
15,541126,558super_module
17,107106,703glimmer-dsl-opal
18,85290,442glimmer-dsl-tk
20,36279,862array_include_methods
23,67063,430perfect-shape
29,09747,125rake-tui
36,36634,786glimmer-dsl-web
42,68228,177glimmer-dsl-xml
42,89627,975glimmer-dsl-css
46,73424,942ultra_light_wizard
69,65114,354bundler-download
73,84413,162glimmer-dsl-gtk
84,19810,780rvm-tui
91,2809,405pure-struct
100,0978,165glimmer-dsl-swing
100,6998,082glimmer-dsl-specification

Depends on

RankDownloadsName
13,223,052,755bundler
211,108,011,513rspec-mocks
29955,025,919rspec
171279,071,716rdoc
178272,582,507awesome_print
475100,996,197logging
4,2992,127,715jeweler
29,09747,125rake-tui

Owners

#GravatarHandle
1iconAndyMaleh
2iconandy_maleh