From: Kevin Kleinfelter Date: 2005-01-02T11:12:04+09:00 Subject: Ruby Debuggers ------=_NextPart_000_001B_01C4F046.8D021F40 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 ------=_NextPart_000_001B_01C4F046.8D021F40--