DebuggableAttribute::IsJITTrackingEnabled Property
Gets a value that indicates whether the runtime will track information during code generation for the debugger.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Booleantrue if the runtime will track information during code generation for the debugger; otherwise, false.
IsJITTrackingEnabled controls whether the runtime tracks information important to the debugger during code generation. This information helps the debugger provide a rich debugging experience.
Starting with the .NET Framework 2.0, JIT tracking information is always enabled during debugging, and this property value is ignored.
Note |
|---|
This property does not control the ability to debug, but tells the just-in-time (JIT) compiler to generate tracking information. Specifically, the compiler tracks the Microsoft Intermediate Language (MSIL)-offset to the native-code offset within a method. |
Available since 1.1
