Portal:Development Tools/Debugging Tools

From OpenGL Wiki
Revision as of 12:11, 17 March 2013 by Alfonse (talk | contribs) (debug tools)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

These are libraries or applications that aid in debugging OpenGL programs.

glIntercept
A tool that can trace the execution of any OpenGL functions in an application. It can extract images, shaders, and so forth. It also automatically logs all OpenGL function calls. Works on Windows and somewhat on Linux.
gDebugger
A full-featured debugging tool that can track most of the OpenGL-related information in an application. It also includes some profiling tools. Works on Windows and Linux.