Does anyone have the debug build of JOGL 1.1.0-b09, or know which Ant method to execute in the build.xml to create the debug version?
Thanks,
Does anyone have the debug build of JOGL 1.1.0-b09, or know which Ant method to execute in the build.xml to create the debug version?
Thanks,
In build.xml there are a couple lines that start “javac”. “javac” has a property called “debug” which is set to “lines, source”. Just add “, vars” to those two lines to have local variables added to the jar.
thank you very much! ;D