facebook

jsp debugger!!!

💡
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 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #251125 Reply

    rawat
    Member

    hi,
    can anybody tell me how to enable JSP deugger in myeclipse. I made a sample web demo project and put some breakpoints in jsp and some java files. When i opened debug view its nt showing nything like differnet values etc. i m using eclipse 3.1 with myeclipse 4.1 and deployed in tomcat 5.0…

    its very urgent…plzz reply…

    thanxx

    #251193

    Riyad Kalla
    Member

    You need to excercise the application so that your break points are hit. For example, if you put a break point in index.jsp, you need to access index.jsp using your browser so it triggers the debugger.

    #251886

    Smitha
    Member

    Hi,
    I have Myeclipse professional subscription for 4.1. I am using Eclipse3.1 and running Struts app on Weblogic8.1
    I am trying to debug a JSP and I am not able to do it. I am using Remote debugging and I added some breakpoints both in my java files and JSP’s. I have my app stopping at Java breakpoints and not at JSP. I can see the log statements added inside JSP but I dont see the app stopping at the breakpoints.

    Smitha

    #251891

    Riyad Kalla
    Member
    #251903

    Smitha
    Member

    Hi,
    I have Myeclipse professional subscription for 4.1. I am using Eclipse3.1 and running Struts app on Weblogic8.1
    I am trying to debug a JSP and I am not able to do it. I am using Remote debugging and I added some breakpoints both in my java files and JSP’s. I have my app stopping at Java breakpoints and not at JSP. I can see the log statements added inside JSP but I dont see the app stopping at the breakpoints.

    Smitha

    #251904

    Smitha
    Member

    I have added the following in my weblogic.xml file, but it doesnt help.

    <jsp-param>
    <param-name>debug</param-name>
    <param-value>true</param-value>
    </jsp-param>

    Do I need to have my app in the Myeclipse format for the debugging to work.

    Thanks
    Smitha

    #251906

    Riyad Kalla
    Member

    Explain “MyEclipse format”, yes MyEclipse needs to understand the project as a MyEclipse Web Project in order to debug successfully… was this your question?

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: jsp debugger!!!

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