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 65352 - Step into (F7) doesn't stop at next line
Summary: Step into (F7) doesn't stop at next line
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-09-29 14:30 UTC by Jiri Skrivanek
Modified: 2005-10-03 09:17 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 Jiri Skrivanek 2005-09-29 14:30:13 UTC
Step into doesn't work in recent builds. It worked in build 20050926-0457. To
reproduce:

- create java application
- add two lines to main method
- start debugger by F7 (step into)
- it stops at first code line
- press F7 and it doesn't stop at next line but it continues

Build 20050929-1148, JDK1.5.0_05, WindowsXP.
Comment 1 Martin Entlicher 2005-09-30 08:56:05 UTC
True. I've reproduced it.
Comment 2 Martin Entlicher 2005-09-30 09:33:38 UTC
Is caused by the fix of issue #64227.
Comment 3 Martin Entlicher 2005-09-30 13:06:30 UTC
Fixed in trunk, a part of fix of issue #64227 was reverted:

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/actions/StepIntoActionProvider.java,v
 <--  StepIntoActionProvider.java
new revision: 1.22; previous revision: 1.21
Comment 4 Jiri Skrivanek 2005-10-03 09:17:20 UTC
Verified in build 20051002-2149.