On Thu, Apr 9, 2009 at 4:48 AM, Richard Quadling <rquadling / googlemail.com> wrote: > Hi. > > I'm on Windows. > > I want to debug a rake process. > > The rake works, but there is a bug in one of the processes involved in the rake. > > I'm gem install ruby-debug and that all looked OK. > > I type rake -rdebug to get things going. > Just FYI, -rdebug option doesn't activate ruby-debug, but instead it makes you use the standard debugger that comes with every Ruby installation.