facebook

[Troubleshoot] Debugging isn’t working, why?

  1. MyEclipse IDE
  2.  > 
  3. FAQ – Development
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #242431 Reply

    Riyad Kalla
    Member

    Full debugging support for a application with MyEclipse requires that the application server being used fully supports the JSR 45 (http://www.jcp.org/en/jsr/detail?id=45) specification. This specification allows for full debugging of any Java classes (Beans, Servlets, EJBs, etc.) as well as full debugging for JSP files. For application servers that don’t provide JSR 45 support, debugging for Java classes should still mostly work, but JSP debugging will not.

    Some users have complained that certain servers that claim to support JSR 45 do a very poor job of debugging their JSPs, this is caused by those servers providing insufficient information in what is called a “source map” back to the debugger about the file being debugged. This makes it impossible for MyEclipse to accurately translate line and variable information during a debugging session.

    The application server we usually encourage developers to use during development is Tomcat (a version of which is built into MyEclipse) or JBoss, if a full EJB container is necessary. Both fully support the JSR 45 specification and provide good debugging support.

Viewing 1 post (of 1 total)
Reply To: [Troubleshoot] Debugging isn’t working, why?

This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.

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