netbeans 6.9.1 + rails 3 + ruby 1.9.2p0 debugging
问题 I'm running OpenSuSE 11.3 and am having problems debugging rails3 application in NetBeans 6.9.1 (ruby 1.9.2p0, rails 3.0.3, rvm). I have installed ruby-debug19, ruby-debug-ide19 Changed Gemfile, so that the line 'gem ruby-debug19' is not commented out Ran 'bundle install' When I ran 'ruby s --debugger' in console I got the following: tux@linux-hby6:~/prg/ruby/rail3-sqlite> rails s --debugger => Booting WEBrick => Rails 3.0.3 application starting in development on http://0.0.0.0:3000 => Call