Share via


DebuggableAttribute.IsJITTrackingEnabled Property

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

Namespace: System.Diagnostics
Assembly: mscorlib (in mscorlib.dll)

Syntax

public bool IsJITTrackingEnabled { get; }

Property Value

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

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

DebuggableAttribute Class
DebuggableAttribute Members
System.Diagnostics Namespace