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 187211 - ruby debugger / IDE communications breakdown
Summary: ruby debugger / IDE communications breakdown
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-04 16:53 UTC by sinobra
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 sinobra 2010-06-04 16:53:25 UTC
I am running netbeans 6.9 RC1 on Mandriva Linux 2.6.29.6-desktop-3mnb for ruby on rails development using ruby 1.8.7 and mongrel, working in 'development mode'. This means mongrel reloads 'all' of the files on each request for a web page.

With prior releases, after making a change in a ruby file (and saving it), I could stop and restart the mongrel server from within the IDE, and both mongrel and the debugger would pick up the changes.

With 6.9 RC1, this sometimes works, and sometimes it does not. 

Even worse, sometimes I make changes to a file, and the changes are not reflected in the next invocation for a page from the web-browser.  I have to stop and restart netbeans for my changes to take effect.  

I can see my changes in the IDE editor, I can save the file, but mongrel is not picking up the changes.  The IDE shows the file as saved to the disk, but is it really?