On 10/16/07, Zouplaz <user / domain.invalid> wrote: > Hello, I would like to know how I can have my ruby code stopped and an > irb invoqued which would allow me to have full access to the current > context. > > I've tried this : > > require 'rubygems' > require_gem 'ruby-breakpoint' > ... > Seems I'm on the very wrong way as I presume that > debugging/breakpointing is certainly a very common task with Ruby. There's a much better replacement for breakpoint: http://www.datanoise.com/ruby-debug/ -- Rick DeNatale My blog on Ruby http://talklikeaduck.denhaven2.com/