| |||
| Home > Operational modes > Enabling Debugging > Enabling Debugging on Linux | |||
To enable debugging in the OpenGL ES 2.0 Emulator on Linux, you must add parameters as environment variables. If a parameter is enabled, the OpenGL ES 2.0 Emulator writes debugging information to the standard error stream. Table 4.6 shows the available parameters.
Set the environment variables to 1 to enable
reporting.
Table 4.6. Linux environment variables for debugging
| Name | Value |
|---|---|
EGL_INTERNAL_REPORT | 1 |
EGL_OUT_OF_MEMORY_REPORT | 1 |
EGL_WARNING_REPORT | 1 |
GLES2_INTERNAL_REPORT | 1 |
GLES2_OUT_OF_MEMORY_REPORT | 1 |
GLES2_WARNING_REPORT | 1 |