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 193328 - ruby debugger doesn't run
Summary: ruby debugger doesn't run
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-13 13:13 UTC by yadav
Modified: 2011-01-28 20:14 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 yadav 2010-12-13 13:13:44 UTC
I can't debug a ruby on rails project. I am using ruby 1.9.2p0, rails 3.0.3 with a dev build of neatbeans.

I get the following error in the output window:


Fast Debugger (ruby-debug-ide 0.4.9) listens on :47818
        /usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-ide19-0.4.12/lib/ruby-debug-ide.rb:123:in `debug_load'
        /usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-ide19-0.4.12/lib/ruby-debug-ide.rb:123:in `debug_program'
        /usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-ide19-0.4.12/bin/rdebug-ide:87:in `<top (required)>'
        /usr/local/bin/rdebug-ide:19:in `load'
        /usr/local/bin/rdebug-ide:19:in `<main>'
Uncaught exception: no such file to load -- script/rails

Here is a list of the gems I have installed

abstract (1.0.0)
actionmailer (3.0.3)
actionpack (3.0.3)
activemodel (3.0.3)
activerecord (3.0.3)
activeresource (3.0.3)
activesupport (3.0.3)
archive-tar-minitar (0.5.2)
arel (2.0.6)
authlogic (2.1.6)
autotest (4.4.6)
autotest-rails-pure (4.1.2)
babosa (0.2.0)
bcrypt-ruby (2.1.2)
builder (3.0.0, 2.1.2)
bundler (1.0.7)
calendar_date_select (1.16.1)
cancan (1.4.1)
columnize (0.3.2)
devise (1.1.5)
diff-lcs (1.1.2)
erubis (2.6.6)
fastri (0.3.1.1)
forgery (0.3.6)
friendly_id (3.1.8)
grackle (0.1.10)
gruff (0.3.6)
i18n (0.5.0)
json (1.4.6)
linecache19 (0.5.11)
mail (2.2.12)
mechanize (1.0.0)
mime-types (1.16)
minitest (2.0.0, 1.6.0)
nifty-generators (0.4.2)
nokogiri (1.4.4)
oauth (0.4.4)
patron (0.4.10)
pg (0.10.0)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.13)
rack-test (0.5.6)
rails (3.0.3)
railties (3.0.3)
rake (0.8.7)
rdoc (2.5.11, 2.5.8)
RedCloth (4.2.3)
rmagick (2.13.1)
rspec (2.3.0, 2.2.0)
rspec-core (2.3.0, 2.2.1)
rspec-expectations (2.3.0, 2.2.0)
rspec-mocks (2.3.0, 2.2.0)
rspec-rails (2.3.0, 2.2.1)
ruby-debug-base19 (0.11.24)
ruby-debug-ide19 (0.4.12)
ruby-debug19 (0.11.6)
ruby_core_source (0.1.4)
simple_form (1.3.0, 1.2.2)
sqlite3-ruby (1.3.2)
thor (0.14.6)
tiny_mce (0.1.4)
tkri (0.9.5)
treetop (1.4.9)
tzinfo (0.3.23)
w3c_validators (1.1.1)
warden (1.0.3, 1.0.2)
webrat (0.7.2)
will_paginate (3.0.pre2)
wxruby (2.0.0 x86_64-linux)
ZenTest (4.4.2, 4.4.1)
Comment 1 Martin Entlicher 2010-12-13 13:25:48 UTC
Please correct the version, not sure what do you mean by S1S.
Comment 2 yadav 2010-12-14 04:48:53 UTC
I am using the a dev build:  NetBeans IDE Dev (Build 201012130001), no idea if that is versnio 6.9.1 or 7.0 ???