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

Summary: FastDebugger install does not work
Product: ruby Reporter: kxkannan <kxkannan>
Component: DebuggerAssignee: Martin Krauskopf <mkrauskopf>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: Ruby debug install progress window
Ruby debug install status window

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 ***