[SlimDX] How to debug DirectX 10

Started by
2 comments, last by GoodFun 15 years, 11 months ago
Hi there, I'm having some trouble setting up debugging for DirectX 10 using SlimDX. I don't seem to be able to find debug symbols in the March 2008 DirectX SDK. Any info is as usual greatly appreciated Thanks Marcel
Advertisement
The debug symbols are all on the MS symbol server. You can see how to set up your debugger to use it here.
It seems I have found a solution... I've added the microsoft symbol server to in the debugging options and I do get a debug spew from DX10 now... :)

The symbol server can be found here:
http://msdl.microsoft.com/download/symbols
Quote:Original post by MJP
The debug symbols are all on the MS symbol server. You can see how to set up your debugger to use it here.


Thanks, I just came accross that info while you were replying...

Much appreciated
Marcel

This topic is closed to new replies.

Advertisement