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 156697 - Debugger depends on old gem
Summary: Debugger depends on old gem
Status: RESOLVED INVALID
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-13 16:25 UTC by lyhy
Modified: 2009-02-19 23:01 UTC (History)
0 users

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 lyhy 2009-01-13 16:25:58 UTC
Love your IDE - thanks a bunch!

A good habit to get into is (a) updating Ruby Gems (via your "Tools > Ruby Gems" menu) and then (b) removing the old
versions (via "gem cleanup" at a command prompt).

When you do this the debugger no longer works because it is dependent upon version 0.3.1 of the ruby-debug-ide gem,
which is now at version 0.4.4.

Don't know if you absolutely need version 0.3.1, but it would be nice if the debugger worked with the
latest-and-greatest version so we can "update all" and "cleanup all" without having to work around this one specific gem. 

Thanks,
Larry
Comment 1 Martin Krauskopf 2009-01-14 07:12:42 UTC
Hi. The IDE uses the latest-greatest *possible* gem available. I know about newer ruby-debug-ide gem (I've released the
0.4.4 and 0.3.4 yesterday ;) ).

The situation is that:

- NetBeans 6.5 depends on ruby-debug-ide 0.3.x
- NetBeans 7.0 depends on ruby-debug-ide 0.4.x

The version 0.3.x and 0.4.x has different protocol:

  http://debug-commons.rubyforge.org/protocol-spec.html

So be sure to install 0.3.4 in the meantime for NetBeans 6.5.