no throw exceptions debug jar
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2024-09-02 10:12:48 -04:00
parent 9443811a2c
commit 4691df3921

View File

@ -447,7 +447,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<argLine>-javaagent:./lwjglx-debug-1.0.0.jar=t;o=trace.log</argLine>
<!--If you want the logs to throw exceptions on opengl errors, remove the "n" after .jar=t-->
<argLine>-javaagent:./lwjglx-debug-1.0.0.jar=tn;o=trace.log</argLine>
</configuration>
</plugin>
</plugins>