facebook

JSP Debugging via JSR45

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #234150 Reply

    cmcnally
    Member

    Hi,

    Breakpoint stops at line in jsp, but does not sync with generated servlet source code when I step into it. In debug pane, thread indicates that it is suspended within foo_jsp.java. Also, I’m attempting to step into a jstl xml tag, if that matters.

    JBoss 4.0.2, Eclipse 3.1 build I20050401-1645, MyEclipse 3.9.211 and JDK 1.5.0_02 on Windows XP.

    #234158

    Riyad Kalla
    Member

    The source map returned by the application server is for the JSP page, not the generated servlet or for taglibs, if you are trying to step into taglibs set a breakpoint at the first line of your lib instead, stepping into it from your JSP page is a nightmare as it goes through all the layers of the container.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSP Debugging via JSR45

You must be logged in to post in the forum log in