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 189998 - When debugging heavily nested structures as you expand variables the variable window scrolls all over the place
Summary: When debugging heavily nested structures as you expand variables the variable...
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-30 20:32 UTC by haskovec
Modified: 2010-08-30 20:32 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 haskovec 2010-08-30 20:32:22 UTC
I am debugging an app that has a DOM Parser in it.  As it stands I am browsing the dom tree in the variable display of the IDE to look at where different values are.  This enables digging into a lot of structures in the tree and then clicking on inherited fields and clicking the first child variable to find the child node.  The problem is every time I expand another node in the variables it moves what is visible in the viewport of the window.  I guess it sees that the length of the data is longer so it readjusts the scroll bar to the new length, but it moves the location the viewport of the window is looking at, so I constantly have to scroll back to where I was click the next node and repeat.  It is pretty tedious and when I expand an object I shouldn't lose my place in the viewport and have to find it again, it should stay put like native apps do.