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 149593 - NullPointerException at org.netbeans.modules.web.client.tools.javascript.debugger.spi.JSAbstractDebugger.setSources
Summary: NullPointerException at org.netbeans.modules.web.client.tools.javascript.debu...
Status: RESOLVED WONTFIX
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Quy Nguyen
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-09 08:49 UTC by Exceptions Reporter
Modified: 2012-09-03 08:31 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 121524


Attachments
stacktrace (799 bytes, text/plain)
2008-10-09 08:49 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2008-10-09 08:49:44 UTC
Build: NetBeans IDE Dev (Build 200810011401)
VM: Java HotSpot(TM) Client VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b14
OS: Windows XP, 5.1, x86

User Comments:
GUEST: debuging a rails app. 
with the netbeans javascript debugger on

GUEST: debuging a rails app. 
with the netbeans javascript debugger on



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.web.client.tools.javascript.debugger.spi.JSAbstractDebugger.setSources(JSAbstractDebugger.java:178)
        at org.netbeans.modules.web.client.tools.javascript.debugger.spi.JSAbstractExternalDebugger.handleSourcesMessage(JSAbstractExternalDebugger.java:340)
        at org.netbeans.modules.web.client.tools.javascript.debugger.spi.JSAbstractExternalDebugger.access$200(JSAbstractExternalDebugger.java:88)
        at org.netbeans.modules.web.client.tools.javascript.debugger.spi.JSAbstractExternalDebugger$SuspensionPointHandler.handle(JSAbstractExternalDebugger.java:453)
        at org.netbeans.modules.web.client.tools.javascript.debugger.spi.JSAbstractExternalDebugger$SuspensionPointHandler.run(JSAbstractExternalDebugger.java:434)
Comment 1 Exceptions Reporter 2008-10-09 08:49:48 UTC
Created attachment 71437 [details]
stacktrace
Comment 2 Exceptions Reporter 2008-12-15 14:03:16 UTC
This issue has already 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=121524
Comment 3 Martin Entlicher 2012-09-03 08:31:59 UTC
A new implementation of JavaScript debugger is in trunk. Closing old issues.