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 40428

Summary: First line in statically included page is skipped during debugging
Product: javaee Reporter: L Martinek <lmartinek>
Component: DebuggerAssignee: Libor Kotouc <lkotouc>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description L Martinek 2004-02-24 16:52:55 UTC
When you step over line with <%@include..>, you
jump to included page, but on second line. First
line is skipped. If you set breakpoint in first
line, debugger will stop on second line anyway.
Comment 1 Martin Grebac 2004-02-27 19:54:26 UTC
No time to 3.6
Comment 2 Martin Grebac 2004-07-26 08:58:04 UTC
It's not possible to fix this for D.
Comment 3 Libor Kotouc 2005-01-14 10:18:21 UTC
The cause is that step over really steps over the first line :) The
correct behavior is to step over the line with include directive and
not step into included JSP at all.
It will be solved in scope of the issue #31118.

*** This issue has been marked as a duplicate of 31118 ***
Comment 4 Jiri Skrivanek 2005-01-18 09:43:03 UTC
Verified.