facebook

Tomcat 5 & 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. Installation, Configuration & Updates
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #212929 Reply

    RandySecrist
    Member

    So I have been using Myeclipse for some time now using Weblogic 8.1, and haven’t had any problems. So for kicks, I thought – lets see how it works with Tomcat 5…

    Well I ran into problems. I have my JDK pointed correctly, however when I set a breakpoint and reach (during runtime) this break point I get this message….

    “Unable to install breakpoint in x.y.z due to missing line number attributes. Modify compiler options to generate line number attributes.

    Reason:
    Absent Line Number Information:

    The odd thing is – I have been compiling the webapp with line number attributes. Below is my ant task which does so…:

    <javac debug=”${debug}” optimize=”${optimization}” deprecation=”${deprecation}” srcdir=”${src.java}” destdir=”${build.java}” debuglevel=”lines,vars,source”>
    <classpath>
    <path refid=”compile.cp”/>
    </classpath>
    </javac>

    Any hints?

    Randy

    #212932

    RandySecrist
    Member

    Specs addendum:
    OS: Linux 2.6.4
    JDK: Sun-1.4.2_05
    Eclipse Version: 3.0.0
    Eclipse Build id: 200406251208

    MyEclipse Version 3.7.200
    Build Id: 200407091200-3.8-Beta2

    #212940

    Scott Anderson
    Participant

    Randy,

    My only hint would be to use our exploded deployment rather than compiling and packaging the web application yourself. 🙂
    The root of the problem is that for whatever reason debug information is not present in your web application.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Tomcat 5 & Debugger

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