Quote Originally Posted by Chebmaster
Plus, the debugger isn't very useful when you debug a fullscreen OpenGL game.
Note that gdb will happily attach to a fullscreen OpenGL game. Just switch to the Linux console, type "gdb /path/to/your/game pid" and happy debugging. You have to get used to gdb, certainly (I still don't like it), but you can debug.