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 219945 - Variable Window displays are truncated on expansion
Summary: Variable Window displays are truncated on expansion
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2012-10-11 20:14 UTC by aschwarz1309
Modified: 2012-10-24 13:23 UTC (History)
1 user (show)

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 aschwarz1309 2012-10-11 20:14:56 UTC
Product Version = NetBeans IDE 7.2 (Build 201207171143)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0_03
Runtime = Java HotSpot(TM) Client VM 22.1-b02

In C++ debugging:

In using the 'variables' window during debugging, if the near-to-bottom variable is a structure (class) and is expanded then and if the expanded data exceeds the height of the window then the output is truncated until the  user pages the display down. It would be a benefit if the paging were done automatically.

As an example:

supporse X  is a struct with two int's in it.
    struct X{
       int X1;
       int X2;
   }  
then if X is at the 'bottom' of the variable window, neither of the int's will be displayed until the screen is scrolled down. It would be convenient to execute the intent of the operation by automatically displaying the entire structure and associated values
Comment 1 henk89 2012-10-24 13:23:52 UTC
Behavior of Java environment is the same.