简体   繁体   中英

How can I debug native code using Visual Studio EXPRESS

I'm working on an application that uses a managed wrapper of the DirectX API. My IDE is Visual Studio C# 2010 Express. I need to be able to debug the DirectX API calls, however, the 'express' version of Visual Studio C# 2010 does not allow for the debugging of native code. How can I see the output of the DirectX API?

There are application available such as DebugView which will monitor debug output. Simply download DebugView and run the program and it will capture the native debug output.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM