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 97730 - Stop On values of field breakpoints
Summary: Stop On values of field breakpoints
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2007-03-13 13:24 UTC by ehucka
Modified: 2007-06-22 10:48 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 ehucka 2007-03-13 13:24:14 UTC
Is there any reason why the field breakpoints do not have two checkboxies for
'Stop On' settings like method breakpoints?

Stop On Field Modification
Stop On Field Access

I think one field breakpoint can monitor accesses and modifications at once too.
Comment 1 Martin Entlicher 2007-06-11 16:03:36 UTC
Would not be really straightforward, but is doable.
Currently we submit either AccessWatchpointRequest, or
ModificationWatchpointRequest. We would have to submit both.

I agree that the current state is inconsistent with other breakpoint types.
Comment 2 Martin Entlicher 2007-06-11 17:51:25 UTC
Fixed in trunk, together with #58799 and breakpoint dialogs changes.
Comment 3 ehucka 2007-06-22 10:48:05 UTC
verified