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 43897

Summary: Exception when stepping out of main method
Product: debugger Reporter: Milan Kubec <mkubec>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Milan Kubec 2004-05-26 15:47:24 UTC
[custom build 20040526, JDK 1.4.2]
NullPointerException was thrown when Stepping out
of main method in simple project consisting of one
Main class. Exception was printed to console.

java.lang.NullPointerException
        at
org.netbeans.modules.debugger.jpda.actions.StepActionProvider.exec(StepActionProvider.java:185)
        at
org.netbeans.modules.debugger.jpda.util.Operator$1.run(Operator.java:113)
        at java.lang.Thread.run(Thread.java:534)
Comment 1 Jan Jancura 2004-05-26 16:17:17 UTC

*** This issue has been marked as a duplicate of 43874 ***
Comment 2 Milan Kubec 2004-07-23 13:42:09 UTC
Verified dupe.