diff options
author | Sven Gothel <[email protected]> | 2011-10-24 11:14:16 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-24 11:14:16 +0200 |
commit | 40a0d1c18d40b99086e53addd95c0e84d0175a0b (patch) | |
tree | cef9bd96fffb1b2e1a147f51d33f9fb1e9ed382d /etc | |
parent | 6edde99f98ee91db06731be9395377ed91aba215 (diff) |
Add debug-all commented out line
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/test.sh b/etc/test.sh index 09b97ce69..dcef0f488 100755 --- a/etc/test.sh +++ b/etc/test.sh @@ -24,6 +24,8 @@ echo echo CLASSPATH: $CLASSPATH echo +# D_ARGS="-Djogamp.debug=all -Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all" +# # D_ARGS="-Djogamp.debug.TraceLock" # D_ARGS="-Dnewt.debug.EDT -Dnativewindow.debug.ToolkitLock.TraceLock -Dnativewindow.debug.NativeWindow" # D_ARGS="-Dnewt.debug.Window -Dnewt.debug.Display -Dnewt.debug.EDT" |