Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sky-debug

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sky-debug

  • 0.1.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Trivial Debugger

Synopsis

With this gem you can easily invoke IRB prompt anywhere in your application.

You are required to do just two things:

  1. Include 'sky-debug' gem:

    require 'rubygems' require 'sky-debug'

  2. Call it anywhere you like to get an IRB prompt:

    breakpoint binding

And you'll get an IRB prompt anywhere in your program with all the environment context.

Gem

As I've said it is a gem. It is published on rubygems.org for your convenience. You can rake it yourself if you like. It depends on 'echoe' gem as a framework.

FAQs

Package last updated on 24 Oct 2010

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc