Re: Building JAR files with debug info - how to use ant?
Posted by billyork23 on Aug 04, 2010; 2:56am
URL: https://forum.jogamp.org/Building-JAR-files-with-debug-info-how-to-use-ant-tp1017127p1021162.html
I think I figured it out. The jogl makefile specifies source and lines for debug information in compiled class files but variable info is not included.
I'll tweak the build XML file to include variable information and should be all set.
Bill