gDebugger with C# and OpenTK

Started by
2 comments, last by Lunatix 11 years, 11 months ago
Hi!

I have some trouble with gDebugger and my application - my application is written with C#, windows forms and OpenTK.
Now, if i start my application with gDebugger, everything is fine - except, gDebugger can't break the application or monitor things like framerate, cpu usage etc.
A few months ago, i remember that i started a c++ application without these troubles, everything worked fine!


My System:

NVidia GeForce GT545M
Intel Core i7-2630QM
4 Gb of Ram
Windows 7 x64 (Up to date)

gDebugger from http://gremedy.com (Up to date, 5.8)
Visual Studio 2011
Advertisement
AMD distributes gDEBugger now, they have a more up to date version. You might want to try it. http://developer.amd.com/tools/gdebugger/Pages/default.aspx
Yep. I know... and what have they done? They removed NVidia GPU support.... when you start your app, it says "You don't have an AMD GPU installed. GPU Debugging will be disabled"...

I hate them for this... >_<
After searching tons of webpages, i found the solution in google's cache, from support.gremedy.com (Down due an database error).

"[color=#000000]in c:\Program Files\Graphic Remedy\gDebugger you'll find two folders: \spies and \spies64.

[color=#000000]Copy the Opengl32.dll file from theses folders to the same folder as the application you want to debug (use the one in \spies for 32-bit apps, and the one in \spies64 for 64-bit apps)."

Now, it works very good smile.png

[Edit] Found out that only "Kernel Debugging" disabled, when using AMD gDebugger...[/Edit]

This topic is closed to new replies.

Advertisement