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 144796

Summary: Step Into does not work
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: The test file.

Description Martin Entlicher 2008-08-21 22:27:19 UTC
In some cases when Step Into is performed, it behaves as a resume. The execution is not stopped.
Reproducible steps are based on the attach file:

A)
1) Submit a breakpoint at line 21
2) Start debugging of the StepInto file
3) Press F7 three times
The result is that the application execution is finished. Compare the behavior with SHIFT-F7, where the execution is
stopped at line 22.

B)
1) Submit a breakpoint at line 21
2) Start debugging of the StepInto file
3) Press F8 two times
4) Press F7 two times
The result is that the application execution is finished. Compare the behavior with SHIFT-F7, where the execution is
stopped at line 27.

This means that the basic functionality is severely broken, debugging gets absolutely unpredictable.
Comment 1 Martin Entlicher 2008-08-21 22:28:26 UTC
Created attachment 68062 [details]
The test file.
Comment 2 Martin Entlicher 2008-08-21 22:29:21 UTC
I'll try to fix ASAP.
Comment 3 Martin Entlicher 2008-08-21 23:18:29 UTC
Temporarily fixed by disabling the new special functionality of Step Into:
changeset:   97468:e6df0d356ed3
http://hg.netbeans.org/main/rev/e6df0d356ed3
I'll return the new functionality back after it's fixed.
Comment 4 Quality Engineering 2008-08-22 05:59:39 UTC
Integrated into 'main-golden', available in build *200808220201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/e6df0d356ed3
User: mentlicher@netbeans.org
Log: #144796 - Disabling the special functionality of Step Into until it works correctly
Comment 5 Martin Entlicher 2008-08-22 08:16:14 UTC
FYI: Issue #144813 created for missing new functionality.
Comment 6 Quality Engineering 2008-08-23 05:21:12 UTC
Integrated into 'main-golden', available in build *200808230201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/1f4ad4603bfe
User: mentlicher@netbeans.org
Log: The special functionality of Step Into needs to be still disabled (#144796).
Comment 7 Peter Pis 2008-08-27 10:16:50 UTC
Verified. NetBeans IDE Dev (Build 200808261401)