Managed DirectX Debugging???

Started by
1 comment, last by NamelessTwo 19 years, 6 months ago
I'm using the debug runtimes but when I try to debug a managed directx program. Debugging doesn't work. The program just throws exceptions without pointing me to the problematic place in the code. Do you have an idea what could be wrong and how debugging of managed directx programs must be performed?
Another nameless person in the virtual space...
Advertisement
You need to turn on Unmanaged debugging as well - this is in the project properties (under debugging). This will give you more information regarding the problem.
Quote:Original post by foniks munkee
You need to turn on Unmanaged debugging as well - this is in the project properties (under debugging). This will give you more information regarding the problem.


Thank you foniks munkee from Australia. Now debugging seems to work.
Another nameless person in the virtual space...

This topic is closed to new replies.

Advertisement