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 100616

Summary: [DEBUGGER] cannot run fast rails debugging
Product: ruby Reporter: Tomas Danek <musilt2>
Component: CodeAssignee: Martin Krauskopf <mkrauskopf>
Status: VERIFIED INVALID    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Tomas Danek 2007-04-11 14:41:27 UTC
NetBeans IDE Dev (Build 200704101800)
1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b04
Linux version 2.6.17-10-generic running on i386
cs_CZ (nb); UTF-8
+ debugger 0.80
-------------------------
- fresh UD
- create rails app
- set up fast debugger
- push F5 - server does not start at all..
Cannot find gem for Rails ~>1.2.3.0:
    Install the missing gem with 'gem install -v=1.2.3 rails', or
    change environment.rb to define RAILS_GEM_VERSION with your desired version.

some misconfiguration? do you respect interpreter settings? seems like you seek
for rails in native ruby folder, even if interpreter is set to jruby?! or some
problem on my side??
Comment 1 Martin Krauskopf 2007-04-11 14:51:36 UTC
> some misconfiguration?

You have wrong version of Rails installed.

> do you respect interpreter settings?

No. And it is wrong - see issue 98173. But in this case just fixing your
dependencies should help. Feel free to reopen if there are still problems, thanks.
Comment 2 Jiri Kovalsky 2007-07-03 14:15:46 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 3 Jiri Kovalsky 2007-07-03 14:46:23 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.
Comment 4 Tomas Danek 2007-09-14 15:15:06 UTC
rails can be debugged now ok with ruby/rdebug . verified in beta.