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 253516

Summary: NullPointerException at com.oracle.tools.ide.projectless.debug.impl.DebugExecutorImpl.stepInto
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: DebuggerAssignee: henk89
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218577
Attachments: stacktrace

Description Alexander Simon 2015-07-16 09:35:53 UTC
Build: Oracle Solaris Studio Dodona (2015/07/16 ff05aff29fa2)
VM: Java HotSpot(TM) Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: SunOS

User Comments:
alexvsimon: sep into to process and press cancel




Stacktrace: 
java.lang.NullPointerException
   at com.oracle.tools.ide.projectless.debug.impl.DebugExecutorImpl.stepInto(DebugExecutorImpl.java:316)
   at com.oracle.tools.ide.projectless.debug.impl.DebugExecutorImpl$1$1.run(DebugExecutorImpl.java:116)
   at org.netbeans.api.progress.BaseProgressUtils$RunnableWrapper.run(BaseProgressUtils.java:299)
   at org.netbeans.api.progress.BaseProgressUtils$RunnableWrapper.run(BaseProgressUtils.java:291)
   at org.netbeans.modules.progress.ui.RunOffEDTImpl$ProgressBackgroundRunner.runBackground(RunOffEDTImpl.java:488)
   at org.netbeans.modules.progress.ui.AbstractWindowRunner.call(AbstractWindowRunner.java:108)
Comment 1 Alexander Simon 2015-07-16 09:35:54 UTC
Created attachment 154674 [details]
stacktrace