[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Fast Ruby Debugger?

Joseph Moore

1/11/2006 4:57:00 PM

Hi all --

I originally sent this to ruby-core but had suggestions that I mail it to
ruby-talk as well. So, here it goes:

After developing in Java for years in IDEs I'm starving for a decent ruby
debugger. When learning new codebasesI find it invaluable to use the
debugger to step through the system and see how things work at runtime.
Using RDT in Eclipse is fine but it's excruciating to wait minutes for the
default debugger to finally reach my breakpoints on tests that normally take
seconds to run.

Does anyone have for either speeding up the debugger or dropping in a faster
version?

I've tried to profile debug.rb by adding "require 'profile'" to it but all
of the time shows up in the "#toplevel" element, so advice on deconstructing
that into something meaningful would be great, too.

Thanks,

-- Joe
4 Answers

Christer Nilsson

1/11/2006 5:02:00 PM

0

Check out ArachnoRuby!

Christer

--
Posted via http://www.ruby-....


Ryan Davis

1/11/2006 6:24:00 PM

0


On Jan 11, 2006, at 8:57 AM, Joseph Moore wrote:

> I originally sent this to ruby-core but had suggestions that I mail
> it to
> ruby-talk as well. So, here it goes:
> [...]
> Does anyone have for either speeding up the debugger or dropping in
> a faster
> version?

said ruby-core mail also told you to check out zendebug in ZenHacks.

--
ryand-ruby@zenspider.com - Seattle.rb - http://www.zens...
seattle.rb
http://blog.zens... - http://rubyforge.org/proje...




Curt Hibbs

1/11/2006 6:41:00 PM

0

On 1/11/06, Christer Nilsson <janchrister.nilsson@gmail.com> wrote:
> Check out ArachnoRuby!

Yes, ArachnoRuby is currently the fastest graphical debugger for Ruby.

Curt


Stephen Kellett

1/11/2006 9:12:00 PM

0

In message
<3ffb4dc30601110856n4bd579bbgc1a8d8c751278022@mail.gmail.com>, Joseph
Moore <joe.moore@gmail.com> writes
>After developing in Java for years in IDEs I'm starving for a decent ruby
>debugger. When learning new codebasesI find it invaluable to use the
>debugger to step through the system and see how things work at runtime.

For a debugger you should check ArachnoRuby at
http://www.scriptol...

Since you show interest in seeing various values at runtime you may also
be interested in a flow tracer. If you are also interested in a flow
tracer you may want to look at Ruby Bug Validator at
http://www.software...

Stephen
--
Stephen Kellett
Object Media Limited http://www.objmedia.demon.co.uk/sof...
Computer Consultancy, Software Development
Windows C++, Java, Assembler, Performance Analysis, Troubleshooting