http://dev-utils.rubyforge.org/ might be helpful. On Sun, 2 Jan 2005 11:12:04 +0900, Kevin Kleinfelter <ruby-talk / kleinfelter.com> wrote: > I've been playing around with ruby debuggers (-rdebug -rrem and RDT). When I debug Instiki, there's a point that it starts a thread > and goes off to wait for an http request. If I just let it run, how do I get control back to the debugger? I'm thinking of > something along the lines of Visual Basic, where control-break always interrupts the program and returns you to the debugger. Is > there any way in any of the Ruby debuggers to get control back? How can I find out what line last had control if it is waiting on > some event. > > Thanks! > Kevin Kleinfelter > > -- Nicholas Van Weerdenburg