Intellitrace is not available for debugging in native or mixed mode

I just opened an old C project in Visual Studio 2010 and tried to understand Intellitrace. But I get this error message

Intellitrace is not available for debugging native or mixed mode

I searched a bit for SO and found similar but not yet resolved issues. Do you know what could be the problem? Thanks

+4
source share
3 answers

As with Visual Studio 2010, Visual Studio 2012 Ultimate also does not provide Intellitrace for native applications.

In Visual Studio 2012, Intellitrace is available for:

  • Visual Basic and Visual C # applications that use the .NET Framework 2.0, 3.0, 3.5, 4.0, or 4.5.
  • F # apps
  • Windows Store,

:

  • ++, script
  • Silverlight, Xbox Windows Mobile

. http://msdn.microsoft.com/en-us/library/vstudio/dd264915.aspx.

+6

Intellitrace . , .

+2

Intellitrace only works for managed debugging (e.g. C # or vb).

0
source

All Articles