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 134743 - FastDebugger install does not work
Summary: FastDebugger install does not work
Status: RESOLVED DUPLICATE of bug 133662
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-08 17:39 UTC by kxkannan
Modified: 2008-05-08 20:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Ruby debug install progress window (62.26 KB, image/gif)
2008-05-08 17:46 UTC, kxkannan
Details
Ruby debug install status window (22.45 KB, image/gif)
2008-05-08 17:47 UTC, kxkannan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kxkannan 2008-05-08 17:39:54 UTC
In Netbeans 6.1 for Ruby, I tried installing FastDebugger but it keeps failing.

I run Netbeans as Superuser on Mac OS X (Leopard) and interestingly, it goes through the installation
of the gem (ruby-debug-ide-1.1.0) and shows a success status in the install window. After I close the install window
another small status windows pops-up and says the FastDebugger install failed.

So, incorrect status is reported as well as the FastDebugger doesn't work on 6.1.


Thanks,
Krishnan Kannan
Comment 1 kxkannan 2008-05-08 17:46:54 UTC
Created attachment 61171 [details]
Ruby debug install progress window
Comment 2 kxkannan 2008-05-08 17:47:34 UTC
Created attachment 61172 [details]
Ruby debug install status window
Comment 3 Martin Krauskopf 2008-05-08 20:36:14 UTC
Hi. I think you are hitting a known bug, unfortunately revealed after 6.1. It's fixed in trunk and will be available
through the 6.1 AU center with next patch release.

The workaround is easy:

  gem uninstall ruby-debug-base -v 0.10.1

Noted also here:

  http://wiki.netbeans.org/RubyDebugging#section-RubyDebugging-KnownNetBeans6.1Issue

Let me know if it is not your case. Thanks.


*** This issue has been marked as a duplicate of 133662 ***