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 methods were invoked, 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, 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: 17,787 of 188,734
Downloads: 78,077

Daily

Ranking: 11,690 of 188,721
Downloads: 68

Depended by

RankDownloadsName
8,443293,933glimmer-dsl-swt
10,829184,110glimmer
12,347145,104glimmer-dsl-libui
14,533108,533super_module
16,16790,896glimmer-dsl-opal
19,27969,064glimmer-dsl-tk
19,45668,102strategic
29,18538,414perfect-shape
35,66029,537array_include_methods
46,32821,045ultra_light_wizard
47,82720,170rake-tui
71,20311,612glimmer-dsl-xml
73,03611,216bundler-download
82,0559,377glimmer-dsl-css
84,2438,978glimmer-dsl-gtk
92,2537,775rvm-tui
92,5027,749pure-struct
108,8475,760glimmer-dsl-specification
111,3945,529glimmer-dsl-swing
114,3665,255yasl

Depends on

RankDownloadsName
12,026,316,337bundler
13863,110,892rspec-mocks
23760,330,056rspec
100306,459,340simplecov
144216,626,758awesome_print
213143,762,445rdoc
37983,349,701logging
1,29620,805,708simplecov-lcov
1,61113,176,775coveralls
3,8671,805,481jeweler
47,82720,170rake-tui

Owners

#GravatarHandle
1iconandy_maleh
2iconAndyMaleh