facebook

Java project debugging question [Closed]

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #197608 Reply

    Hi Scott,
    I am facing problems with debugging Enterprise Java prject which I have deployed onto Weblogic 81 with an ANT script. I am using MyEclipse for starting and stopping the servers. The break points in my code are not recognized and the hot deployment is also failing. I have checked all the options for the class file generation for debugging under compliance levels tab for Java compiler.I am using Eclipse 2.1.0 and MyEclipse 2.5.0. I am getting the following errors:
    Attempting to install a breakpoint in the type xyz.java that has no line number attributes. The breakpoint cannot be insstalled.Classfiles must be generated with the line number attributes.
    Reason: Abssent line number information.

    Can you please help me out in resolving this?
    Thanks much, Billa. 💡

    #197614 Reply

    Scott Anderson
    Participant

    First, I’d use our deployers rather than Ant. 🙂 But I’m assuming you’re not doing that because your project structure is somehow to “unique” for our deployers to work with it.

    If you must use Ant, you need to either configure it to compile your code with full debugging information included (default is off) or don’t compile at all and just repackage the class files that Eclipse has compiled.

    –Scott
    MyEclipse Support

    #197620 Reply

    Thanks,much. It works great now:)

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Java project debugging question [Closed]

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