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 83871

Summary: Creating a new watch doesn't bring the Watches tab into foreground.
Product: debugger Reporter: Jun Qian <jqian>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: CLOSED FIXED    
Severity: blocker Keywords: SIMPLEFIX, USABILITY
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Jun Qian 2006-08-31 07:03:52 UTC
Select some variable/expression in the Java editor, right click, select "New
Watch..." from the popup menu, click OK. A new watch is created. The Watches tab
should be brought into foreground. I would bet every user would like to see the
value right away. Why requiring an extra click here?
Comment 1 Martin Entlicher 2006-09-01 14:09:53 UTC
I agree that this is annoying.
Comment 2 Martin Entlicher 2006-09-01 14:29:04 UTC
Fixed in trunk:

/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/actions/AddWatchAction.java,v
 <--  AddWatchAction.java
new revision: 1.17; previous revision: 1.16

/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/actions/ViewActions.java,v
 <--  ViewActions.java
new revision: 1.4; previous revision: 1.3
Comment 3 Quality Engineering 2010-04-29 09:30:12 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.