Can't debug Ruby on Rails application in Netbeans 6.8
Every time I try to debug my Rails app via Netbeans I get a .开发者_如何学编程..
"Could not connect to web server - cannot show http://localhost:3000"
Rails - 2.3.5 Ruby - 1.8.7-p249
Anyone know how to resolve this?
Thanks
Had to downgrade the ruby-debug-ide gem to 0.4.7.
See http://www.jetbrains.net/devnet/thread/283533
Have you checked your ruby platform? If I remember rightly when you install a new version of Netbeans it can set the default to JRuby. In 6.5.1 at least you'll find it under Tools->Ruby Platforms.
精彩评论