GIntercept with JOGL

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

GIntercept with JOGL

Jakez
Hi,

In order to debug JOGL application I have tried GIntercept( http://code.google.com/p/glintercept/). After several difficulties, I have managed to run it by putting its OpenGL32.dll and gliConfig.ini files inside the bin directory of the JDK.  It is a good tool as it is free and as sources have not to be modified.

This way it is working fine but I am not pleased with my solution and therefore I am looking for better solution. If you have one do not hesitate to share it.

Thanks in advance.

Jakez
Reply | Threaded
Open this post in threaded view
|

Re: GIntercept with JOGL

Jakez
If no one uses glIntercept, I am also interested to know which debugging tool is the best for JOGL with GL3 or above.
Reply | Threaded
Open this post in threaded view
|

Re: GIntercept with JOGL

gouessej
Administrator
In reply to this post by Jakez
Aren't DebugGL and TraceGL enough?
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: GIntercept with JOGL

Jakez
Hi Gouessej,

Maybe they are, I will try them.
Thanks