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 67833 - No indication if Local Variables contains current data
Summary: No indication if Local Variables contains current data
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: USABILITY
: 94401 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-31 13:22 UTC by _ lcincura
Modified: 2008-04-25 12:35 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 _ lcincura 2005-10-31 13:22:22 UTC
NetBeans IDE 5.0 [200510301900] on jdk1.5.0_05

When Local Variables view is visible and user is stepping, there is no
indication if the view is already refreshed or still pending. This can be
confusing when there is many variables of simple types (like int, double, char),
whose evaluation takes too short time to display "Evaluating..." message.
Comment 1 Martin Entlicher 2005-11-04 14:22:49 UTC
To change the behavior would be a big UI change, which can not be done in this
stage. Also, when you stop stepping/continuing/etc... for a while, you're sure
that the values are up-to-date. The only problem is, that when you step fast
enough, the view does not refresh (to enable fast stepping).

Changing to enhancement and scheduling for the next release (promotion G).

Jano, do you have an idea how to solve this from the UI/usability point of view?
Comment 2 Martin Entlicher 2005-12-13 15:41:54 UTC
A solution can be to make the Local Variables view empty as soon as the debugger
is resumed (but that would cause a lot of redrawing) or display simply N/A as a
value of all variables...
Comment 3 Martin Entlicher 2007-10-18 16:47:44 UTC
*** Issue 94401 has been marked as a duplicate of this issue. ***