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 138029 - Netbeans & Firefox Freezes on Debug
Summary: Netbeans & Firefox Freezes on Debug
Status: RESOLVED DUPLICATE of bug 137375
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: _ sandipchitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-23 22:15 UTC by Joelle Lam
Modified: 2008-08-15 00:03 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 Joelle Lam 2008-06-23 22:15:34 UTC
1) Create Web Application
2) Create index.html with contents:
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
<script type="text/javascript">
    debugger;
    //document.writeln("hello there");
</script>
  <body>
    TODO write content
  </body>
</html>

3) Deploy this client-side page.
4) NetBeans & Firefox freezes.


The key is the "debugger" keyword.  If you remove it and put something else there it will not freeze.  Make P3 since it
seems to be such a specific case.
Comment 1 Quy Nguyen 2008-08-15 00:03:02 UTC

*** This issue has been marked as a duplicate of 137375 ***