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 90143 - [Study][DB-10] Sub-expression node is hidden after the first step
Summary: [Study][DB-10] Sub-expression node is hidden after the first step
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL: http://ui.netbeans.org/usability/debu...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-28 09:02 UTC by jrojcek
Modified: 2010-04-29 09:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jrojcek 2006-11-28 09:02:23 UTC
Finding	
Sub-expression node wasn't visible right after the first expression step. Participants expected 
"something" to happen after the first expression step so that they get a hint what the feature is good 
for and how it should be used.

Severity	
Majority of participants encountered this problem.

Recommendation	
Make the sub-expression node visible right after the first step.
Maybe it should have a subnode saying something like "Beginning of expression - no results". The 
subnode should be also visible.
Comment 1 Martin Entlicher 2007-01-11 09:48:09 UTC
Well, we can consider that, although we do not have anything to display under
that node yet.
Comment 2 Martin Entlicher 2007-10-02 15:53:43 UTC
The information about expression stepping in Local Variables is improved:

/shared/data/ccvs/repository/debuggerjpda/src/org/netbeans/modules/debugger/jpda/models/LocalsTreeModel.java,v  <-- 
LocalsTreeModel.java
new revision: 1.45; previous revision: 1.44

/shared/data/ccvs/repository/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.47; previous revision: 1.46

/shared/data/ccvs/repository/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/VariablesNodeModel.java,v
 <--  VariablesNodeModel.java
new revision: 1.21; previous revision: 1.20

/shared/data/ccvs/repository/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/VariablesTableModel.java,v
 <--  VariablesTableModel.java
new revision: 1.21; previous revision: 1.20
Comment 3 Quality Engineering 2010-04-29 09:31:10 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.