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,878 of 193,540
Downloads: 723,444

Daily

Ranking: 5,801 of 193,523
Downloads: 327

Depended by

RankDownloadsName
9,448378,579glimmer-dsl-swt
10,607294,220strategic
10,853277,737glimmer
11,701237,654glimmer-dsl-libui
15,866129,676super_module
17,377109,739glimmer-dsl-opal
18,98094,056glimmer-dsl-tk
20,08785,758array_include_methods
23,28968,152perfect-shape
28,97249,386rake-tui
32,43142,258glimmer-dsl-web
40,92530,788glimmer-dsl-css
40,94830,762glimmer-dsl-xml
47,08925,577ultra_light_wizard
69,80214,787bundler-download
72,75613,907glimmer-dsl-gtk
83,43111,303rvm-tui
91,5339,678pure-struct
98,5368,630glimmer-dsl-swing
99,5978,500glimmer-dsl-specification

Depends on

RankDownloadsName
13,477,387,544bundler
221,151,139,653rspec-mocks
29987,418,354rspec
164311,499,967rdoc
183280,448,119awesome_print
499104,130,460logging
4,3252,236,671jeweler
28,97249,386rake-tui

Owners

#GravatarHandle
1iconAndyMaleh
2iconandy_maleh