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 270313

Summary: Debugging View UI bug - scrolling, expanding nodes works unpredictably
Product: debugger Reporter: ilia
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: GIF recording

Description ilia 2017-04-06 07:30:26 UTC
I'm debugging a NetBeans Dev application and get annoying UI behavior.

Steps to reproduce:
1) Attach debugger to the application with 20-30+ threads
2) Pause with debugger
3) Go to Debugging view to see stack traces of the paused threads
4) Expand some of the stacks so a vertical scrollbars appears

Every time I expand a new thread the scrollbar position resets to the bottom, so it's really hard to use debugger. The same happens when I try to scroll up using mouse wheel.

Please see an attached gif. Note that only actions I do are scrolling up and clicking left mouse button to expand nodes.
Comment 1 ilia 2017-04-06 07:31:07 UTC
Created attachment 164036 [details]
GIF recording