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 228749 - Line breakpoint is ignored for the first time in Android-Chrome
Summary: Line breakpoint is ignored for the first time in Android-Chrome
Status: RESOLVED WORKSFORME
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-19 08:43 UTC by Vladimir Riha
Modified: 2014-07-30 16:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (47.77 KB, text/x-log)
2013-04-19 08:43 UTC, Vladimir Riha
Details
webkit log (25.10 KB, text/x-log)
2013-04-19 08:43 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-04-19 08:43:16 UTC
Created attachment 133584 [details]
IDE log

This is not 100% reproducible, but happens fairly often. To reproduce, please try:

- create ResponsiveRabbits sample project
- open index.html and run it in Android device - Chrome
- in device, click on menu icon (3 horizontal lines in right corner) and go to About
- in IDE, set line breakpoint in js/about.js:19

    url = "rest/resources/id" + id+".json";

- in Chrome, click on Load REST Data
- click on some "Happy End Searching"

=> breakpoint is not hit, if you click again it works as supposed. I see this another projects as well.

In WebKit log, there is


10:37:26:621 no response for {"id":1138,"method":"Debugger.setBreakpointByUrl","params":{"lineNumber":18,"columnNumber":0,"url":"http:\/\/localhost:8383\/ResponsiveRabbits7\/js\/about.js"}}
10:37:26:621 blocking send {"id":1152,"method":"Debugger.setBreakpointByUrl","params":{"lineNumber":18,"columnNumber":0,"url":"http:\/\/localhost:8383\/ResponsiveRabbits7\/js\/about.js"}}

so maybe it is related. 




Product Version: NetBeans IDE Dev (Build web-main-10336-on-20130419)
Java: 1.7.0_21; Java HotSpot(TM) Client VM 23.21-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_21-b11
System: Linux version 3.2.0-40-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Vladimir Riha 2013-04-19 08:43:32 UTC
Created attachment 133585 [details]
webkit log
Comment 2 Vladimir Riha 2014-07-30 16:18:59 UTC
Cannot reproduce anymore