SlimDX: Cannot see Direct3D debug output in Visual Studio 2010
Asked Answered
P

2

2
  1. I've installed the June 2010 SDK
  2. Enabled the Debug Runtime in the DirectX Control Panel
    • set the Debug Output Level to maximum (More)
  3. Enabled unmanaged code debugging.

Result: The debug output from Direct3D is missing

However if I start the application externally and use dbgview.exe, the output is shown there.

What could be the reason for that?

Pinson answered 25/8, 2010 at 9:27 Comment(0)
P
2

After hours of trial and error I found a solution to my problem.

Export your settings and check the value of the following setting:

<PropertyValue name="OutputOnOutputDebugString">1</PropertyValue>

I had 0 there. The most likely reason for this is that I use CSharp default settings. When using C++ environment default settings, that value is most likely already set.

Pinson answered 25/8, 2010 at 13:18 Comment(0)
P
2

You can also go to the project properties of your managed executable, under the Debug tab, and turn on Native Code Debugging, which allows the messages through.

Pharyngitis answered 11/6, 2011 at 22:2 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.