Okay, so I know that RoR development on Windows is not ideal. But I’ve been faring okay so far using RadRails for Aptana. But Aptana is a memory hog that (in conjunction with firefox and other heavy apps) can slow my laptop to crawl. So in looking for something leaner, I fell in love with NetBeans.
NetBeans is light, subversion integration rocks (color coding allows you to easily track the status of your files) and I love love love code completion. But I can’t use it. I can’t use it because I can’t get the debugger to work!
There were bugs reported in version 6.1 and now it appears that the same problem exists with 6.5. Basically, the web server refuses to start (mongrel or webrick). You get the error “Could not connect to the web server… cannot show /http:localhost:3000/“
Past workarounds from the FAQ do not help, like adding ARGV[0]=”webrick” to the scripts/server file or simply manually opening the webpage. And there’s no help out there on the net. Probably because most folks have wizened up and made the switch to Apple or Linux. *sigh*
Has anyone else out there gotten the debugger to work using Windows and NetBeans version 6.5?