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 - NullPointerException at com.oracle.tools.ide.projectless.debug.impl.DebugExecutorImpl.stepInto
Summary: NullPointerException at com.oracle.tools.ide.projectless.debug.impl.DebugExec...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-16 09:35 UTC by Alexander Simon
Modified: 2015-08-17 16:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218577


Attachments
stacktrace (4.37 KB, text/plain)
2015-07-16 09:35 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
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