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 209787 - Handle Watch ability to change enabled state.
Summary: Handle Watch ability to change enabled state.
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on: 209783
Blocks:
  Show dependency tree
 
Reported: 2012-03-20 12:16 UTC by Martin Entlicher
Modified: 2012-10-30 02:33 UTC (History)
0 users

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 Martin Entlicher 2012-03-20 12:16:21 UTC
I have a request to introduce ability to selectively disable some debugger watches in issue #207909.
This has been implemented in api.debugger module, but it needs to be taken into account in other debugger implementations.
I've modified all debuggers in NetBeans repository, with the exception of CND.
I was not sure what is the best approach to handle the disabled Watch, e.g. whether we should suppress creation of NativeWatch or not. I'd appreciate if you could provide a hint to me in this matter, or make the appropriate changes in the sense of issue #207909 and then issue #209783 after the API review is passed.
I hope the changes to be minimal.
Comment 1 Egor Ushakov 2012-03-26 12:58:42 UTC
Now it just does not look at enabled/disabled state of the watch and we do not show combo during the session. I'll see what should be done to support it.
Comment 2 Egor Ushakov 2012-10-29 17:48:58 UTC
http://hg.netbeans.org/cnd-main/rev/dec7bde0f1b2

Watches in cnd works on top of core watches and to mimic the new enable/disable stuff a lot need to be changed. For now I have done only one thing: disabled watches are not created when debugger session starts. Will do more on request from user.
Comment 3 Quality Engineering 2012-10-30 02:33:57 UTC
Integrated into 'main-golden', will be available in build *201210300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/dec7bde0f1b2
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #209787 - Handle Watch ability to change enabled state.