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 210124 - NullPointerException at org.netbeans.modules.web.javascript.debugger.Debugger.stopDebugger
Summary: NullPointerException at org.netbeans.modules.web.javascript.debugger.Debugger...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-26 14:53 UTC by Petr Jiricka
Modified: 2012-09-03 13:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186291


Attachments
stacktrace (1.31 KB, text/plain)
2012-03-26 14:53 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2012-03-26 14:53:12 UTC
Build: NetBeans IDE Dev (Build EaselCSS-153-on-20120325)
VM: Java HotSpot(TM) Client VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows XP

User Comments:
pjiricka: 1. Run page in external Chrome browser
2. Switched browser to embedded browser.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.javascript.debugger.Debugger.stopDebugger(Debugger.java:175)
   at org.netbeans.modules.web.javascript.debugger.browser.ChromeBrowserDebuggerImpl$2.run(ChromeBrowserDebuggerImpl.java:96)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)
   at java.awt.EventQueue.access$000(EventQueue.java:101)
   at java.awt.EventQueue$3.run(EventQueue.java:666)
Comment 1 Petr Jiricka 2012-03-26 14:53:14 UTC
Created attachment 117264 [details]
stacktrace
Comment 2 David Konecny 2012-03-27 17:24:14 UTC
2de224b0208a
Comment 3 Quality Engineering 2012-09-03 13:05:25 UTC
Integrated into 'main-golden', will be available in build *201209031048* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2de224b0208a
User: David Konecny <dkonecny@netbeans.org>
Log: #210124 - NullPointerException at org.netbeans.modules.web.javascript.debugger.Debugger.stopDebugger