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 - Debugging View flickers when there are long stack traces.
Summary: Debugging View flickers when there are long stack traces.
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-12 14:15 UTC by Martin Entlicher
Modified: 2011-05-13 06:00 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 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.