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 116154 - Double click on watches window could call New Watch
Summary: Double click on watches window could call New Watch
Status: REOPENED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-20 13:30 UTC by Alexander Pepin
Modified: 2009-02-27 17:19 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 Alexander Pepin 2007-09-20 13:30:37 UTC
In my opinion it would be convenient to call "New Watch" window by double clicking on empty area in the Watches window.
Comment 1 _ gordonp 2007-09-20 15:03:30 UTC
From my point of view, the gdb-lite behavior should be identical to the JPDA debugger
whenever possible. I agreed with your previous defect (116151) that a double click
should show the customizer because thats what JPDA does. I don't agree with this because
it would be different behavior than JPDA. One of my strongest goals is that a NetBeans
Java developer can do native development with this module without any failed expectations.

Closing as WONTFIX. If you think the behavior should be different, then reopen this
(or just file a new issue) on debuggerjpda. If Martin changes the double click behavior
then I'll try and match the change.
Comment 2 Alexander Pepin 2007-09-20 15:34:23 UTC
Please evaluate