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 269018 - "Debugging view" hardly flickers while evaluation of watch variables
Summary: "Debugging view" hardly flickers while evaluation of watch variables
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-17 21:58 UTC by NukemBy
Modified: 2016-11-17 21:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
flickering-threads.avi (310.13 KB, video/avi)
2016-11-17 21:58 UTC, NukemBy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description NukemBy 2016-11-17 21:58:13 UTC
Created attachment 162946 [details]
flickering-threads.avi

Attached screecast is how NB 8.2 behaves during evaluation of watch variables. In words - sporadically hardly flickers (i.e. completely redraws the "Debugging view" multiple times). Note - during expanding of arrays/maps the 'running/paused' icon auto-toggles all the time.

As far as I understand - technically this happens because threads are 'temporarily' resumed in target JVM to evaluate the variable, but ... there is no sense to redraw/recalculate/repaint threads view because they should stay at the same position (and they do stay) until process is resumed by user and therefore.