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,892 of 196,125
Downloads: 783,219

Daily

Ranking: 6,073 of 196,106
Downloads: 180

Depended by

RankDownloadsName
9,419396,861glimmer-dsl-swt
10,491310,929strategic
10,795292,614glimmer
11,534253,916glimmer-dsl-libui
15,966132,380super_module
17,463112,311glimmer-dsl-opal
18,94197,245glimmer-dsl-tk
19,66091,660array_include_methods
22,59473,155perfect-shape
28,60251,628rake-tui
30,69546,710glimmer-dsl-web
39,57232,955glimmer-dsl-css
39,80832,707glimmer-dsl-xml
47,20626,088ultra_light_wizard
68,74915,489bundler-download
71,99514,438glimmer-dsl-gtk
82,94811,681rvm-tui
91,7699,860pure-struct
97,4758,969glimmer-dsl-swing
98,8148,788glimmer-dsl-specification

Depends on

RankDownloadsName
13,667,363,143bundler
221,181,628,358rspec-mocks
291,010,713,264rspec
154336,233,276rdoc
188285,431,674awesome_print
505106,169,874logging
4,3702,296,720jeweler
28,60251,628rake-tui

Owners

#GravatarHandle
1iconAndyMaleh
2iconandy_maleh