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 146911 - Field breakpoint created through gutter and new breakpoint dialog differs in "stop on"
Summary: Field breakpoint created through gutter and new breakpoint dialog differs in ...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-11 11:19 UTC by Petr Cyhelsky
Modified: 2009-11-01 10:49 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 Petr Cyhelsky 2008-09-11 11:19:52 UTC
Product Version: NetBeans IDE Dev (Build 200809101401)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b14
System: Windows Vista version 6.0 running on x86; Cp1250; cs_CZ (nb)

Observed: Default "stop on" settings for field breakpoint created thrugh new breakpoint dialog is "access", but the same
breakpoint on same spot created through click on gutter have it set on "access or modification". Shouldn't the default
setting be the same?

Steps: Place caret on line 28 in MemoryView.java and try ctrl-shift-F8 -> enter and clicking in the gutter
Comment 1 Martin Entlicher 2009-10-27 18:08:05 UTC
Yes, it should be the same.
Comment 2 Martin Entlicher 2009-10-30 13:34:01 UTC
Fixed in changeset:   151490:a60fb7512581
http://hg.netbeans.org/main/rev/a60fb7512581
Comment 3 Quality Engineering 2009-11-01 10:49:21 UTC
Integrated into 'main-golden', will be available in build *200910310201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a60fb7512581
User: mentlicher@netbeans.org
Log: #146911 - Create new field breakpoint with both access and modification type.