What tool can I use best for tracing OpenGL errors? I once used gDEBugger, but that is not yet available for 10.7, and I used to have some problems with it. Xcode Instruments does seem to only have some driver statistics. All I need is a tracer that tells me which OpenGL call led to an error.
Share
You could try the OpenGL Profiler provided along with the development tools:
/Developer/Applications/Graphics Tools/OpenGL Profiler
This will let you attach to an application, dump a trace, or break when OpenGL encounters an error.