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 230742 - No DOM and XHR breakpoints in iOS Simulator and iOS Device
Summary: No DOM and XHR breakpoints in iOS Simulator and iOS Device
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-04 15:04 UTC by Vladimir Riha
Modified: 2013-08-07 10:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (293.30 KB, application/octet-stream)
2013-06-04 15:04 UTC, Vladimir Riha
Details
webkit log (110.13 KB, application/octet-stream)
2013-06-04 15:05 UTC, Vladimir Riha
Details
webkit log from HTML5 project when XHR breakpoint was ignored (167.95 KB, text/plain)
2013-08-07 10:08 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2013-06-04 15:04:41 UTC
Created attachment 135333 [details]
IDE log

These 2 types of breakpoints are not being hit. If I create some DOM breakpoint on node in Browser DOM, it is listed in Breakpoints window but if I right click on the node again, created breakpoint is not checked in context menu




Product Version: NetBeans IDE Dev (Build web-main-10702-on-20130604)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b13
System: Mac OS X version 10.8.3 running on x86_64; UTF-8; en_US (nb)
Comment 1 Vladimir Riha 2013-06-04 15:05:27 UTC
Created attachment 135334 [details]
webkit log

webkit log from moment when breakpoints were ignored
Comment 2 Martin Entlicher 2013-06-11 12:39:07 UTC
In the webkit log, there is "DOM.attributeModified" event received and as a result debugger is paused. Didn't you see paused debugger on line 347?
Comment 3 Vladimir Riha 2013-06-11 12:51:31 UTC
Nope, I tried it today and I noticed that DOM breakpoints remain visible in Browser DOM this time, but still were being ignored
Comment 4 Vladimir Riha 2013-06-11 13:00:40 UTC
btw there is maybe related issue 230666
Comment 5 Vladimir Riha 2013-07-02 11:40:09 UTC
...the same goes with iOS device
Comment 6 Vladimir Riha 2013-08-07 10:03:44 UTC
Doesn't have to be PhoneGap application, common HTML5 is also affected
Comment 7 Vladimir Riha 2013-08-07 10:08:49 UTC
Created attachment 138385 [details]
webkit log from HTML5 project when XHR breakpoint was ignored