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