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 166093 - "Enter new watch" row enabled only during active debugging session
Summary: "Enter new watch" row enabled only during active debugging session
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-27 11:31 UTC by Vojtech Sigler
Modified: 2010-02-14 21:44 UTC (History)
1 user (show)

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 Vojtech Sigler 2009-05-27 11:31:34 UTC
Product Version: NetBeans IDE 6.7 RC1 (Build 200905270001)
Java: 1.6.0_13; Java HotSpot(TM) Client VM 11.3-b02
System: Linux version 2.6.28-11-generic running on i386; UTF-8; en_US (nb)

During an active debugging session, I can add watches using a popup action, menu (Debug | New Watch...), a button in the
variables view or by typing into the "<Enter new watch>" row in the Watches/Variables view. However, when the debugging
session is finished, the "<Enter new watch>" row is no longer present in the view.
Comment 1 Martin Entlicher 2009-05-27 14:38:33 UTC
Well, "Enter new watch" should probably be moved to debuggercore module so that it's available for all debuggers and
therefore it'd be also visible when no concrete debugger is running.
Comment 2 Daniel Prusa 2010-02-14 07:39:39 UTC
Fixed.
http://hg.netbeans.org/main/rev/3d43e3ed9176
Comment 3 Quality Engineering 2010-02-14 21:44:57 UTC
Integrated into 'main-golden', will be available in build *201002150200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3d43e3ed9176
User: Daniel Prusa <dprusa@netbeans.org>
Log: #166093: "Enter new watch" row enabled only during active debugging session