Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 6.7% on rubygems.org
Top 10.0% downloads on rubygems.org
Top 0.8% dependent packages on rubygems.org
Top 3.3% dependent repos on rubygems.org

rubygems.org : 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.)

Registry - Source - Homepage - Documentation - JSON
purl: pkg:gem/puts_debuggerer
Keywords: debugging-tool, logger, output, print-engine, rails, ruby
License: MIT
Latest release: about 2 years ago
First release: about 7 years ago
Dependent packages: 29
Dependent repositories: 63
Downloads: 79,771 total
Stars: 91 on GitHub
Forks: 4 on GitHub
Total Commits: 181
Committers: 5
Average commits per author: 36.2
Development Distribution Score (DDS): 0.365
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 20 days ago

    Loading...
    Readme
    Loading...