summaryrefslogtreecommitdiffstats
path: root/java-dbg-newt.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-08-02 05:15:22 -0700
committerSven Gothel <[email protected]>2009-08-02 05:15:22 -0700
commit911ead38d92310bcce1e1f79ff0d1f57a4748ced (patch)
tree64bd48b7bf5e97edec60b822b415f0867b169038 /java-dbg-newt.sh
parentf1ac38bdf71d0f9c8c2c34650f119bf3cc9b8900 (diff)
RedSquare: '-debug' option enables Debug/Trace using new GLPipelineFactory
Diffstat (limited to 'java-dbg-newt.sh')
-rwxr-xr-xjava-dbg-newt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/java-dbg-newt.sh b/java-dbg-newt.sh
index 2e12723..6c735e7 100755
--- a/java-dbg-newt.sh
+++ b/java-dbg-newt.sh
@@ -15,7 +15,7 @@ if [ $CPOK -eq 0 ] ; then
echo No JOGL in CLASSPATH
else
# D_ARGS="-Dgluegen.debug.ProcAddressHelper=true -Dgluegen.debug.NativeLibrary=true -Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all"
- D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all"
+ D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all -Djogl.debug.GLSLState"
if [ $MOSX -eq 1 ] ; then
X_ARGS="-XstartOnFirstThread"
fi