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

Summary: NullPointerException at org.netbeans.modules.web.javascript.debugger.Debugger.stopDebugger
Product: javascript Reporter: Petr Jiricka <pjiricka>
Component: DebuggerAssignee: David Konecny <dkonecny>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 186291
Attachments: stacktrace

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