From: Huw Collingbourne Date: 2008-03-11T01:12:47+09:00 Subject: Re: Ruby Debugging - step-thru? John Griffiths wrote: > is there a way of being able to step thru your code like in VS.NET to > see when it fails? > > i know you can set breakpoints in the console but just wondering if > there's a more feature-rich way? The Ruby In Steel debugger does: - Step into/step over/step out. Plus: Watch windows, drill-down to expand variables, autos, locals, call stack navigation, debug Ruby code or embedded (RHTML/ERb code) and quite a bit more besides. plus (in version 1.2) tracepoints, conditional breakpoints, break on exception, standard Ruby or JRuby debuggin. The Cylon debugger is, btw, very fast (as far as we are aware, it is the fastest debugger available for standard Ruby). More info: http://www.sapphiresteel.com/Debugging-Ruby-with-the-Cylon http://www.sapphiresteel.com/JRuby-Debugging-In-Visual-Studio http://www.sapphiresteel.com/New-Debugger-Features http://www.sapphiresteel.com/Ruby-Debugger-Timings http://www.sapphiresteel.com/Ruby-In-Steel-Developer-Overview best wishes Huw SapphireSteel Software Ruby and Rails In Visual Studio http://www.sapphiresteel.com -- Posted via http://www.ruby-forum.com/.