What's the difference between rdebug and the debugger that ruby comes with? On Oct 16, 9:28 am, "Rick DeNatale" <rick.denat... / gmail.com> wrote: > On 10/16/07, Zouplaz <u... / 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 Rubyhttp://talklikeaduck.denhaven2.com/