Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-2229

Step Into does not work in included JSP

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 11.0
    • None
    • javaee - JSP
    • None

    Description

      1. Create web project with 2 jsp files
      2. The first one should include another
      3. Set the break point in the first jsp on the line that includes the second jsp.
      4. Start debugging
      5. 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

      Attachments

        Activity

          People

            Unassigned Unassigned
            vanuatoo Vano Beridze
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: