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 179085 - Update the output log more frequently while running in debug mode.
Summary: Update the output log more frequently while running in debug mode.
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-28 23:35 UTC by esmithbss
Modified: 2011-01-28 20:13 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2009-12-28 23:35:49 UTC
When debugging a Ruby on Rails application, each action appears to cache everything occurring within the debugger until the IDE reaches the end of the  event handler.  The results are long processes which generate large amounts of data executing and:

   a) Looking like they aren't doing anything because the output window is not scrolling.

   b) completing, then scrolling huge amounts of data across the output log instead of as we debug.

The IDE should do what is necessary to display the output from the process in near-real time by updating the output display more frequently.

By not doing so, it appears that NetBeans is locked up when it's actually running a long process.