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 - Exception when stepping out of main method
Summary: Exception when stepping out of main method
Status: CLOSED DUPLICATE of bug 43874
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-26 15:47 UTC by Milan Kubec
Modified: 2006-03-24 09:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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