Debugging
Learn how to debug the Kakara Engine!
Last updated
Was this helpful?
Learn how to debug the Kakara Engine!
Last updated
Was this helpful?
The Kakara Engine logs information through a logger. It logs debug, warn, severe, and error information. In order for the logging to show up you must add a logger implementation. A good one to use is or . You can use it through Maven or Gradle by adding it to your dependencies.
After adding that logging should be enabled.
If you want to debug any LWJGL operations you can use the following:
Experiencing JVM crashes from OpenGL errors? Try out the .
If the crash is from the Engine source code, please report a .