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 112153

Summary: [tests] Run | New Watch does not work
Product: debugger Reporter: ehucka <ehucka>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION, T9Y
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description ehucka 2007-08-07 08:13:09 UTC
Menu action Run | New Watch does not work. Nothing is opened or no exception is thrown after its invocation.
Comment 1 Martin Entlicher 2007-08-07 14:17:26 UTC
Reproduced. This is a regression caused by issue #111509.
Comment 2 Martin Entlicher 2007-08-07 14:22:43 UTC
Fixed in trunk:

/shared/data/ccvs/repository/debuggercore/src/org/netbeans/modules/debugger/ui/actions/AddWatchAction.java,v  <-- 
AddWatchAction.java
new revision: 1.20; previous revision: 1.19
Comment 3 ehucka 2007-08-14 08:49:49 UTC
verified