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 145548 - JRuby debugger does not work with JRuby 1.1.4
Summary: JRuby debugger does not work with JRuby 1.1.4
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
: 145842 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-08-29 10:47 UTC by Martin Krauskopf
Modified: 2008-09-10 17:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2008-08-29 10:47:23 UTC
.
Comment 1 Martin Krauskopf 2008-08-29 11:11:41 UTC
Due to incompatible API change:

  http://fisheye.codehaus.org/changelog/jruby/?cs=7507

Will fix in the backend.
Comment 2 Martin Krauskopf 2008-09-04 09:13:26 UTC
Fixed: #1879692d0177

Bundle JRuby should work out-of-the box. External JRuby 1.1.4 needs trunk version of ruby-debug-ide and
(j)ruby-debug-base installed. Official version will be released soon.
Comment 3 Quality Engineering 2008-09-05 06:06:12 UTC
Integrated into 'main-golden', will be available in build *200809050201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/1879692d0177
User: Martin Krauskopf <mkrauskopf@netbeans.org>
Log: Switching to new and/or trunk versions of backends. Fixes "#145548: JRuby debugger does not work with JRuby 1.1.4".

- overhaul of debugger tests
  - do not depend on external platform with keeping possibility to explicitly specify it.
  - drop testing of classic (deprecated) debugger
Comment 4 Martin Krauskopf 2008-09-10 17:10:58 UTC
*** Issue 145842 has been marked as a duplicate of this issue. ***