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 133704 - Fast debugger not recognized
Summary: Fast debugger not recognized
Status: RESOLVED DUPLICATE of bug 133662
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:
Depends on:
Blocks:
 
Reported: 2008-04-22 19:15 UTC by jamespb
Modified: 2008-04-25 13:04 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 jamespb 2008-04-22 19:15:44 UTC
I'm not getting the fast debugger recognized.  When I go to the ruby platform manager, it says it's using the classic
debugger.  When I install the fast debugger (already installed, afaik, but I'll give it a shot), I get:

Bulk updating Gem source index for: http://gems.rubyforge.org/
Successfully installed ruby-debug-ide-0.1.10
1 gem installed

And then it still wants to use the classic debugger.

Gem version is:
james@dptdev03:~$ gem -v
1.1.1

Netbeans version is:

Product Version: NetBeans IDE Dev (Build 20080422134100)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Linux version 2.6.22-14-generic running on i386; UTF-8; en_US (nb)
Userdir: /home/james/.netbeans/dev

Installed gems are:

james@dptdev03:~$ gem list

*** LOCAL GEMS ***

abstract (1.0.0)
actionmailer (2.0.2, 2.0.1)
actionpack (2.0.2, 2.0.1)
activerecord (2.0.2, 2.0.1)
activeresource (2.0.2, 2.0.1)
activesupport (2.0.2, 2.0.1)
amazon-ecs (0.5.3)
ar_mailer (1.3.1)
builder (2.1.2)
capistrano (2.2.0, 2.1.0)
capistrano-ext (1.2.0)
cgi_multipart_eof_fix (2.5.0)
columnize (0.1)
daemons (1.0.10, 1.0.9)
erubis (2.5.0, 2.4.1)
facets (2.4.1, 2.2.1)
fastthread (1.0.1)
ferret (0.11.6)
gchartrb (0.8, 0.7)
gem_plugin (0.2.3)
highline (1.4.0)
hoe (1.5.1, 1.5.0)
hpricot (0.6)
httpclient (2.1.2)
keybox (1.2.1)
linecache (0.42)
Linguistics (1.0.5, 1.0.3)
log4r (1.0.5)
lorem (0.1.2)
map_by_method (0.8.3)
mongrel (1.1.4, 1.1.3)
needle (1.3.0)
net-sftp (1.1.1)
net-ssh (1.1.2)
palmtree (0.0.6)
railroad (0.4.0)
rails (2.0.2, 2.0.1)
rake (0.8.1)
ruby-debug (0.10.1, 0.10.0)
ruby-debug-base (0.10.1, 0.10.0)
ruby-debug-ide (0.1.10)
rubyforge (0.4.5, 0.4.4)
rubygems-update (1.1.1)
soap4r (1.5.8)
solr-ruby (0.0.5)
Text (1.1.2)
validates_email (0.0.2)
Comment 1 jamespb 2008-04-22 19:22:25 UTC
Looks like this bug was introduced fairly recently - I went back to this version and it picks up the fast debugger
correctly:

Product Version: NetBeans IDE Dev (Build 20080414134532)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Linux version 2.6.22-14-generic running on i386; UTF-8; en_US (nb)
Userdir: /home/james/.netbeans/dev

(Good version is netbeans-hudson-trunk-1594-ruby.zip, bad version is netbeans-hudson-trunk-1693.zip from
http://deadlock.netbeans.org/hudson/job/trunk/lastSuccessfulBuild/artifact/nbbuild/dist/zip/)
Comment 2 jamespb 2008-04-22 19:28:32 UTC
Sorry, ignore that last comment.  It's not working in either of those two releases.
Comment 3 Martin Krauskopf 2008-04-22 19:51:00 UTC
Hi James. This is actually dupe of the issue 133662. The workaround should be to uninstall newer version of ruby-debug-base:

  gem uninstall ruby-debug-base -v 0.10.1

I've just fixed this in trunk. Should be available in one of the next continuous builds.

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