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 90146 - [Study][DB-13] Sub-expression node is not visible in watches
Summary: [Study][DB-13] Sub-expression node is not visible in watches
Status: NEW
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:05 UTC by jrojcek
Modified: 2007-07-24 13:26 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 jrojcek 2006-11-28 09:05:55 UTC
Finding	
One participant had the Watches window selected when he invoked the first expression step. Therefore 
he couldn't see the node even if it was displayed in Local Variables, which it wasn't ;-). Participant then 
clicked into the Local Variables tab.

Severity	
This might be a potential problem with discoverability of how the expression stepping works.

Recommendation	
Consider showing the sub-expression node also in Watches window (probably not a good idea).
Or show the expression result tooltips automatically, which would point users attention away from sub-
expression node, but maybe that's okay.
Comment 1 Roman Ondruska 2007-07-24 13:26:49 UTC
I do not think it would be good to show sub-expression results in the Watches window; this window is empty until the
user adds an expression there and it is its purpose. I believe that after #90143 and #90155 are implemented (we will try
for NB 6), sub-expression discoverability will be much better and hopefully sufficient.

After we have some wider feedback, we may consider showing tooltips automatically -> RFE P3