Vano Beridze created NETBEANS-2229:
--------------------------------------

             Summary: Step Into does not work in included JSP
                 Key: NETBEANS-2229
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2229
             Project: NetBeans
          Issue Type: Bug
          Components: javaee - JSP
    Affects Versions: 11.0
         Environment: Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-389-on-20190226)
Java: 1.8.0_202; OpenJDK 64-Bit Server VM 25.202-b08
Runtime: OpenJDK Runtime Environment 1.8.0_202-b08
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
            Reporter: Vano Beridze


# Create web project with 2 jsp files
 # The first one should include another
 # Set the break point in the first jsp on the line that includes the second 
jsp.
 # Start debugging
 # When breakpoint is reached, Step into (F7)

Instead of directly jumping into second jsp, IDE opens java.io.Writer.java file 
on line 156 (method write(String))

After doing step over on Writer.java, the system jumps to the second jsp



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to