This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 135357 - Add Support for Ruby to Java Debugging
Summary: Add Support for Ruby to Java Debugging
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-19 17:11 UTC by William Leonard
Modified: 2011-01-28 20:12 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description William Leonard 2008-05-19 17:11:57 UTC
When using the JRuby debugger, one would naturally want to step from their Ruby code, to their Java code, and back.
Comment 1 Martin Krauskopf 2008-05-19 17:55:53 UTC
Yes, I know. Just do not know how to do this. Would have to cooperate with the Java debugger. I'll need to talk about
this with Java Debugger team. Likely there are more important features for 6.5, so rather for after-6.5 release.
Comment 2 Martin Krauskopf 2008-09-15 08:57:38 UTC
Note for me: likely just running JRuby's JVM in debug-mode with Ruby tracing turned on, then creating Java debug session
connection to the JVM, subsequently Ruby debug session to the (J)Ruby should work - only when the Java cluster is
available, which is natural prerequisites when wanting to debug Ruby/Java at once.
Comment 3 Erno Mononen 2009-06-22 14:06:44 UTC
Just adding here a link to Martin's blog post about Ruby <-> Java debugging, there is some limited support for it:

http://blogs.sun.com/martink/entry/how_to_debug_from_ruby