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 226459 - Files with breakpoints are opened R/O on Android with external server
Summary: Files with breakpoints are opened R/O on Android with external server
Status: NEW
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-02-21 12:47 UTC by Vladimir Riha
Modified: 2013-02-21 12:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
webkit log (137.65 KB, text/x-log)
2013-02-21 12:47 UTC, Vladimir Riha
Details
IDE log (46.36 KB, text/x-log)
2013-02-21 12:48 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-02-21 12:47:50 UTC
Created attachment 131670 [details]
webkit log

I have local Apache web server and some HTML5 project in its document root:

- in Project Properties, set server to External and fill in proper path
- add some line breakpoints to JS files and close it
- run project in Android Emulator and perform some action to "invoke" line breakpoints

=> opened JS file with breakpoints is read only, gray background, tab's title is in cursive and there are no red lines that indicates that there are some breakpoints. The same works with desktop Chrome as a target browser

Attached IDE and WebKit logs are from moment when 1st breakpoint was hit and JS source was opened in the r/o mode



Product Version: NetBeans IDE Dev (Build web-main-9951-on-20130221)
Java: 1.7.0_15; Java HotSpot(TM) Client VM 23.7-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_15-b03
System: Linux version 3.2.0-35-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Vladimir Riha 2013-02-21 12:48:08 UTC
Created attachment 131671 [details]
IDE log