ruby tool for quick debug print statements, like: show(a, b) (prints out '[spec.analyze.rb,9]: a=3, b=3')
require 'debuglog' and record debugging information (including variable traces and timing information) to the file debug.log -- cheap and easy.
Debugging convenience for your ruby application
Base generic debug bar implementation.
Proxie is a HTTP proxy server with sqlite-powered storage and web interface for debugging.
Debug expansion for Enumerable#each
Foot Traffic allows to simulate real web users for load testing, debugging, or feature discovery
ActivePath makes your frontend more extensible and easier to debug
Yet Another Ruby Logger (YARL) extends ruby/logger to provide header colors and a severity level below DEBUG. The default formatting has been changed to provide a cleaner (subjective) look.
A customized version of PrettyFace with new features (debug data, screenshot section, ENV var readouts)
This is a class that will enable remote access capabilities in a running Ruby process, exposing the ability to enable breakpoints, walk code (e.g. step/next/continue), inspect variables, modify codepaths, and many other debugging actions.
Debug your Ruby code with just a few keystrokes!
When this library is required, it replaces the default Ruby exception-raising behavior. When an error is raised, the developer is presented with a menu enabling them to ignore the error, view a stack trace, debug the error using IRB or ruby-debug, and more.
Debugging toolbar for Rack applications implemented as middleware
Add a panel to your Rails app where you can display debug content.
Debugging toolbar for Rack applications implemented as middleware
This gem get all table infomations using activerecord.
Convert directories, rpms, python eggs, rubygems, and more to rpms, debs, solaris packages and more. Win at package management without wasting pointless hours debugging bad rpm specs!
Have you ever wished that you could debug an output to a html nicely colored page? Now you can log all you need in to a nice html format colored page. For more information please visit: https://github.com/SaimonL/CustomLogger
make debugger work more often
Rack-bug SpeedTracer panel for server side debugging
When debugging in pry, it's useful to be able to access the instance variables of any object. This gem makes that trivial! Using foo.self.bar will give you @bar from the foo object, all while allowing tab-completion!
Launch a browser snapshot for cucumber failed scenarios
Use jister to push and pull an entire project from Github's gists! It's great for sharing a project while debugging an issue...
Eyeloupe is debug assistant for Rails. It provides a simple and elegant way to debug your Rails application.
Automatically start the REPL and show trace on an exception to debug.
A gem that can be used to interface wtih Android's Debug Bridge to view and manage Android devices and packages.
Analizaruptor is a tool that looks for 'break', 'require', and 'provides' commands (and does a *teensy* bit of code analyzing (+/(class|module) *(w+)/+) to provide some defaults) to make your RubyMotion +Rakefile+ and +debugger_cmds+ files short and consistent. To use, include this gem, and add +app.analyze+ to your +Rakefile+, after you have added your libraries and whatnot. In your source code you can add Analizaruptor commands (+#----> break|provides|requires+) and those will be translated into directives for `app.files_dependencies` and `debugger_cmds`. Run +rake+ or +rake debug=1+, and off you go!
As a debugging convenience, sdtouttoggler comments and uncomments output lines, such as alert in javascript
Compress iOS/macApp dSYM or Android Proguard(mapping/R/AndroidManifest) to zip file
A development tool for rendering and debugging views that wouldn't otherwise be rendered in your application
Introspection tool for reporting method calls and state change. Instance variables and method call debugging.
Simple debug helper. Alias to puts ruby method
Sky Trivial Debugger
Add source code debugging capabilities to binary.
Wrapper for the scip-ruby binary
Extends Liquid for enhanced debugging
A debugging tool for your Ruby on Rails applications.
Hodor is a ruby-based framework, API and Command Line Interface that automates and simplifies the way you specify, deploy, debug and administer Hadoop and Oozie solutions. Hadoop lacks a mature toolchain to manage a codebase with modern software development discipline. To address this need, Hodor comprises a combination of tools and conventions that enable in the Hadoop environment many of the modern software development practices, and deployment facilities we take for granted in normal software development.
Basic wrapper around helm and kubectl to allow easy debugging of a helm release. All arguments after a usual helm upgrade are used as normal
PushLayer is a service for sending, managing, and debugging iOS push notifications. This gem adds a wrapper around the service, making it simple to send iOS push notifications from within your Ruby applications.
Publishes log messages instead of logging them to file. #debug #debugging #trace
Try to debug https://github.com/rubygems/rubygems/pull/3545
Provide UI for debugging i18n
Adds method pd (Puts Debugging) to Ruby. Defined in Kernel module which is included into Object class so this method is accessible from everywhere
Allows color customization of log messages in rails.
Coding & debugging must be fun. Make life a bit harder for your colleagues :)
Sinatra Logging is a pain. This gem helps with wiring Access logs, Error logs, and plain debugging logs (i.e. logger.info, logger.warn, ... etc).
Rails GUI based debugging
Just debugging for myself