vote up 1 vote down star

If you have ever used an OpenGL debugger on Windows, which one(s) would you recommend and why?

flag

71% accept rate

4 Answers

vote up 2 vote down

From what I have found gDEBugger has the most features, is maintained by an actual company and has paid support if you want it - but you have to pay for it. Was about $790 for a single user locked license last time I checked. It also runs on Windows, Linux & OSX.

Some other options:

glslDevil - really a shader debugger, but seems to do a lot and is open-source, runs on windows as well as linux.

BuGLe - this one doesn't install on windows easily, but it seems full featured, free, and open-source.

link|flag
vote up 0 vote down

Not a debugger per se, but I have found this useful: OpenGL output can be flushed using glFlush(). Very handy if you are debugging some more complicated algorithms that can be visualized or that operate on visual data sets.

I.e. if you had an algorithm operate on pairs of faces you could just draw a line between their centers. Helps me to visualize the problem domain sometimes. :-)

link|flag
vote up 3 vote down

gDEBugger is pretty good, but it's not free.

link|flag
non-free is fine. Did you try any others? Why did you opt for gDEBugger? – jwfearn Jan 9 '09 at 18:38
NVIDIA seems to support using gDEBugger so that's a pretty good reason. developer.nvidia.com/object/gdebugger.html – Eric Jul 30 at 11:26
vote up 5 vote down

I've had good luck with GLIntercept; their FPS mode is pretty handy.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.