summaryrefslogtreecommitdiffstats
path: root/java-dbg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'java-dbg.sh')
-rw-r--r--java-dbg.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/java-dbg.sh b/java-dbg.sh
index 8fdab6c..04e4841 100644
--- a/java-dbg.sh
+++ b/java-dbg.sh
@@ -11,8 +11,8 @@ fi
if [ $CPOK -eq 0 ] ; then
echo No JOGL in CLASSPATH
else
-D_ARGS="-Djogamp.debug.JNILibLoader=true -Djogamp.debug.NativeLibrary=true -Djogamp.debug.NativeLibrary.Lookup=true -Djogl.debug.GLProfile=true"
-# D_ARGS="-Djogl.debug=all -Dnewt.debug=all -Dnativewindow.debug=all"
+# D_ARGS="-Djogamp.debug.JNILibLoader=true -Djogamp.debug.NativeLibrary=true -Djogamp.debug.NativeLibrary.Lookup=true -Djogl.debug.GLProfile=true"
+D_ARGS="-Djogl.debug=all -Dnewt.debug=all -Dnativewindow.debug=all"
java $D_ARGS $* 2>&1 | tee java-dbg.log
fi