Sha256: c5d8eebec3338a51615a50e98f6f2a372b452f211e15f741481244bcdb658a7f

Contents?: true

Size: 404 Bytes

Versions: 1

Compression:

Stored size: 404 Bytes

Contents

== Description
This ripl plugin automatically starts the debugger whenever an evaled input throws an exception.
The debugger is started at the source of the exception.

== Install
Install the gem with:

    gem install ripl-debug

== Usage

To debug some suspect code

    $ ripl debug -rsome/buggy/code

This plugin can be turned off in the console at any time with:

    >> Ripl.config[:debug] = false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ripl-debug-0.1.1 README.rdoc