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,946 of 192,454
Downloads: 687,511

Daily

Ranking: 5,721 of 192,434
Downloads: 161

Depended by

RankDownloadsName
9,297371,677glimmer-dsl-swt
10,586282,131strategic
10,777271,937glimmer
11,729231,305glimmer-dsl-libui
15,769128,583super_module
17,340108,406glimmer-dsl-opal
19,00092,395glimmer-dsl-tk
20,22483,437array_include_methods
23,43766,423perfect-shape
29,04048,583rake-tui
33,84439,321glimmer-dsl-web
41,71229,697glimmer-dsl-xml
41,85529,566glimmer-dsl-css
46,92125,375ultra_light_wizard
69,78014,621bundler-download
73,30713,577glimmer-dsl-gtk
83,89711,067rvm-tui
91,5769,558pure-struct
99,3508,436glimmer-dsl-swing
100,3898,298glimmer-dsl-specification

Depends on

RankDownloadsName
13,372,639,600bundler
221,133,982,693rspec-mocks
29974,552,057rspec
166298,400,142rdoc
179277,016,874awesome_print
494102,895,945logging
4,3052,197,376jeweler
29,04048,583rake-tui

Owners

#GravatarHandle
1iconAndyMaleh
2iconandy_maleh