managed code shader debugging?

Started by
1 comment, last by Bulma 18 years, 9 months ago
I try to debug my shaders in my c# application with VS.NET 2003. The problem is, I followed the steps provided on msdn (enable D3D debugging etc.) but when I select Debug/Direct3D/Start With Direct3D Debugging in VS.NET the application compiles but then nothing is started. If I run my application in debug from outside the IDE and then attach VS.NET to the running application with Direct3D enabled, Shader debugging works fine. Any ideas what could be the problem? Thanks, Constantin
Advertisement
Bump. I'm having the same problem.
It is a well know "not a feature" [wink] in MDX, so there is nothing you can do... "Attach to process" works fine, so use that instead...
Bulma

This topic is closed to new replies.

Advertisement