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 145526 - [65cat] [tools] Debugger opens every visited/generated html.erb file as readonly
Summary: [65cat] [tools] Debugger opens every visited/generated html.erb file as readonly
Status: RESOLVED WONTFIX
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: _ deva
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-29 07:56 UTC by esmithbss
Modified: 2012-09-03 08:32 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 esmithbss 2008-08-29 07:56:12 UTC
[ BUILD # : 200808280201 ]
[ JDK VERSION : 1.6.0_07 ]

Regardless of whether there is a breakpoint set or if I am stepping
through anything, when debugging a RubyOnRails application with the
client side Javascript debugger turned on, each page I visit is
opened as a read-only page in the IDE.

I had just started debugging when my machine became terribly slow. 
When I switched back from the browser to the IDE I was presented with
over 50 open files in the IDE (I had 1 open when I launched the
application).

The only pages that should be open are the pages that a user
specifically places a breakpoint on or is stepping through.
Comment 1 esmithbss 2008-08-29 07:57:17 UTC
Is it possible this is the result of the new javascript debugger.
Comment 2 Martin Krauskopf 2008-08-29 10:49:03 UTC
Will take a look at it after fixing issue #145548 (P1).
Comment 3 Quy Nguyen 2008-12-01 20:38:46 UTC
We should probably only do this for the first page in a debugging session.  The action for retrieving the browser source
for a page should be more accessible, though.
Comment 4 Martin Entlicher 2012-09-03 08:32:12 UTC
A new implementation of JavaScript debugger is in trunk. Closing old issues.