DebuggableAttribute Constructor (Boolean, Boolean)
Initializes a new instance of the DebuggableAttribute class, using the specified tracking and optimization options for the just-in-time (JIT) compiler.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- isJITTrackingEnabled
-
Type:
System::Boolean
true to enable debugging; otherwise, false.
- isJITOptimizerDisabled
-
Type:
System::Boolean
true to disable the optimizer for execution; otherwise, false.
This constructor sets the properties IsJITTrackingEnabled and IsJITOptimizerDisabled.
An isJITTrackingEnabaled parameter value of true causes the runtime to track information important to the debugger during code generation; a value of false results in no tracking, but does not prevent debugging. This parameter has no effect in the .NET Framework version 2.0. In version 2.0, JIT tracking information, the Microsoft intermediate language (MSIL) offset to the native-code offset within a method, is always generated.
An isJITOptimizerDisabled parameter value of true optimizes for debugging; a value of false optimizes for execution.
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0