Markus Barchfeld wrote:
> The debugger will need some serious refactoring. Currently I work on the
> integration of ruby-debug which will probably make the debugger 2,5
> times faster (e.g. wait 10 instead of 25 secs until reaching a
> breakpoint). Unfortunately ruby-debug needs some refactoring (if it is
> feasible at all) to support threads in the same way as the current debugger.
>
>   
What's the current state for debugging JRuby? I looked at
org.rubypeople.rdt.launching/ruby/eclipseDebug.rb

Is that still used or will this be replaced by ruby-debug? (That's the
debugging lib that's using a native extension, is it?)

I trying out org.rubypeople.rdt.launching/ruby/eclipseDebug.rb  and
JRuby. It didn't work out of the box because it just froze/blocked after
startup.
I got it to work up to a certain point, where it at least reads from the
commandLoop, but there's a problem because the Regexes that this uses
don't work in JRuby.

I can continue down this path, but I was wondering if there are better
Ruby debugging options available - of course ones that work with the RDT
debugger.

murphee
-- 
Blog @ http://jroller.com/page/murphee Maintainer of EclipseShell @
http://eclipse-shell.sourceforge.net/



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development

Reply via email to