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 222017 - Deactivated event listener breakpoint still being hit at embedded browser
Summary: Deactivated event listener breakpoint still being hit at embedded browser
Status: REOPENED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-13 09:06 UTC by Vladimir Riha
Modified: 2014-02-09 15:44 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 Vladimir Riha 2012-11-13 09:06:16 UTC
To reproduce, you can use sampleApp:
- add event listener breakpoint for Clipboard|Copy and run debugger.html in embedded browser
- find input box near "Clipboard - copy" and copy content of the input box to clipboard => breakpoint is hit (ok), continue F5
- now in IDE, deactivate all breakpoints and repeat previous step

=> breakpoint is still being hit. Please note that line breakpoints work fine. Even after closing browser and running file again the deactivated breakpoint is still being hit



Product Version: NetBeans IDE Dev (Build 201211130001)
Java: 1.7.0_10-ea; Java HotSpot(TM) Client VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-ea-b15
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Comment 1 Martin Entlicher 2013-01-08 17:19:24 UTC
Fixed by changeset:   243765:33c8a3892817
http://hg.netbeans.org/web-main/rev/33c8a3892817
Comment 2 Quality Engineering 2013-01-09 02:28:25 UTC
Integrated into 'main-golden', will be available in build *201301090001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/33c8a3892817
User: mentlicher@netbeans.org
Log: #222017: Do not submit disabled breakpoints.
Comment 3 Vladimir Riha 2013-01-09 10:14:02 UTC
I'm sorry but still reproducible


Product Version: NetBeans IDE Dev (Build 201301090001)
Java: 1.7.0_10; Java HotSpot(TM) Client VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-b18
System: Linux version 3.2.0-35-generic-pae running on i386; UTF-8; en_US (nb)
Comment 4 Quality Engineering 2013-06-13 01:19:12 UTC
Integrated into 'main-golden', will be available in build *201306122301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b1a02d80177d
User: mentlicher@netbeans.org
Log: #222017: An unsuccessful attempt to set the breakpoints as inactive.
Comment 5 Vladimir Riha 2013-07-03 14:26:56 UTC
Thank you, but still reproducible. The same happens with iOS Device

Product Version: NetBeans IDE Dev (Build 201307012300)
Comment 6 Martin Entlicher 2013-08-07 12:04:22 UTC
This looks to be fixed now, maybe after
hg.netbeans.org/main-silver/rev/4bad76a33e7c
Comment 7 Vladimir Riha 2013-09-17 07:23:27 UTC
Sorry, but still reproducible (also with XHR breakpoint)


Product Version: NetBeans IDE 7.4 RC1 (Build 201309152201)
Java: 1.8.0-ea; Java HotSpot(TM) Client VM 25.0-b49
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b107
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 8 markee174 2014-02-09 15:44:56 UTC
I am also seeing the problem. I have existing breakpoints set in another Java project and created some JS breakpoints. Disable all breakpoints disables all JS breakpoints but not the Java one