From: Martin Krauskopf Date: 2007-05-24T04:00:49+09:00 Subject: Re: Small Ruby IDE (Debugging) Jorge Domenico Bucaran Romano wrote: > Bira wrote: >> On 5/22/07, Jorge Domenico Bucaran Romano wrote: >> >>> Please help me first in how to debug a Ruby application, then how could >>> I use this to build a debugger that talks to the interpreter. >> I've seen a graphical debugger for Ruby named "rudebug". I believe you >> can install it as a gem, and it should give you some inspiration. > > I will check that out, but still, how do I debug in Ruby? How does it > work? I'm trying to collect ruby-debugging related information on: http://debug-commons.rubyforge.org/misc/ruby-debugging.html It is incomplete and also little obsolete (e.g. Florian's rudebug is missing). I want to update it cca in one month or put it on some wiki. Since it is surely work for more people ;) m.