Hi,
I have a project that has a ant build file to build the war. I’ve put debug=”true” debuglevel=”lines,vars,source” in the javac command of build.xml, but when trying to debug a class file, Eclipse states that it’s “Unable to install breakpoint in … due to missing line numbers attributes. Modify compiler options to generate line number attributes.”
I’ve checked the compiler options and it’s checked…
Is it possible to debug something that has was externally compiled and deployed?
If so, what did I configure badly?
If not, how to configure (my)eclipse to generate a war and a jar file and deploy them in weblogic?
Thanks,
Ricardo Almeida