From: Kent Sibilev Date: 2009-04-11T13:39:16+09:00 Subject: Re: Having trouble using ruby-debug. On Thu, Apr 9, 2009 at 4:48 AM, Richard Quadling 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.