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 198557

Summary: Debugging View flickers when there are long stack traces.
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Martin Entlicher 2011-05-12 14:15:14 UTC
When a thread is suspended in debugger and the appropriate stack trace is displayed in Debugging View, every expression evaluation cause the stack traces to repaint. This makes the stack trace to flicker during the refresh.
It's usually enough to move mouse in the editor area and random evaluations will make the stack trace to flicker. This is distracting for users.
Comment 1 Martin Entlicher 2011-05-12 14:22:18 UTC
Fixed by changeset:   193874:28d3d8ac38b9
http://hg.netbeans.org/main/rev/28d3d8ac38b9
Comment 2 Quality Engineering 2011-05-13 06:00:44 UTC
Integrated into 'main-golden', will be available in build *201105130000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/28d3d8ac38b9
User: mentlicher@netbeans.org
Log: #198557 Prevent from Debugging View flickering on method invocations.