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 217819 - Debugger stops at disabled breakpoints
Summary: Debugger stops at disabled breakpoints
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-04 14:18 UTC by Jiri Skrivanek
Modified: 2012-09-07 09:55 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 Jiri Skrivanek 2012-09-04 14:18:28 UTC
JavaScript debugger mistakenly stops at disabled breakpoints. To reproduce:

- add breakpoints to JavaScript file
- run html file referencing JavaScript with breakpoints in Chrome with NetBeans extension
- press F5 to continue several times
- right-click in Breakpoints view and choose Disable All
- run again html file
- debugger stops at disabled breakpoints

Product Version: NetBeans IDE Dev (Build 201209040947)
Java: 1.7.0_06; Java HotSpot(TM) 64-Bit Server VM 23.2-b09
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Martin Entlicher 2012-09-05 11:58:33 UTC
Fixed by changeset:   231978:c06a7b0fcf7c
http://hg.netbeans.org/main/rev/c06a7b0fcf7c
Comment 2 Quality Engineering 2012-09-07 02:11:16 UTC
Integrated into 'main-golden', will be available in build *201209070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c06a7b0fcf7c
User: mentlicher@netbeans.org
Log: #217819: Do not add disabled breakpoints.