Project

sky-debug

0.0
No commit activity in last 3 years
No release in over 3 years
Sky Trivial Debugger
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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.