From: John Wells Date: 2009-06-18T10:16:31+09:00 Subject: Re: Stepping Through Ruby On Sun, Jun 14, 2009 at 10:17 AM, Mike Stephens wrote: > In VBA you can step through the code and at any point examine all the > state. Is there any similar facility for Ruby? In addition to ruby-debug, Netbeans, RubyMine and Eclipse (via Aptana) all provide this capability. John