Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 1.1
.NET Framework
Reference
System.Diagnostics
Properties
 IsJITTrackingEnabled Property
This page is specific to
Microsoft Visual Studio 2003/.NET Framework 1.1

Other versions are also available for the following:
.NET Framework Class Library
DebuggableAttribute.IsJITTrackingEnabled Property

Gets a value that indicates whether the runtime will track information during code generation for the debugger.

[Visual Basic]
Public ReadOnly Property IsJITTrackingEnabled As Boolean
[C#]
public bool IsJITTrackingEnabled {get;}
[C++]
public: __property bool get_IsJITTrackingEnabled();
[JScript]
public function get IsJITTrackingEnabled() : Boolean;

Property Value

true if the runtime will track information during code generation for the debugger; otherwise, false.

Remarks

IsJITTrackingEnabled controls whether the runtime tracks information important to the debugger during code generation. This information helps the debugger provide a rich debugging experience.

Note   This property does not control the ability to debug, but tells the just-in-time (JIT) compiler to generate tracking info. Specifically, the Microsoft Intermediate Language (MSIL)-offset to the native-code offset within a method.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

DebuggableAttribute Class | DebuggableAttribute Members | System.Diagnostics Namespace

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker