Ruby Debugging - step-thru?

J

John Griffiths

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?
 
D

dkmd_nielsen

I use ArachnoRuby from Scriptolutons. It's good. And I'm toying with
Ruby in Steel, which runs in the .Net developer environment.

dvn
 
H

Huw Collingbourne

John said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,285
Messages
2,571,416
Members
48,107
Latest member
AmeliaAmad

Latest Threads

Top