DebuggableAttribute Constructor (Boolean, Boolean)
Assembly: mscorlib (in mscorlib.dll)
public DebuggableAttribute ( boolean isJITTrackingEnabled, boolean isJITOptimizerDisabled )
public function DebuggableAttribute ( isJITTrackingEnabled : boolean, isJITOptimizerDisabled : boolean )
Parameters
- isJITTrackingEnabled
true to enable debugging; otherwise, false.
- isJITOptimizerDisabled
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.
An isJITOptimizerDisabled parameter value of true optimizes for debugging; a value of false optimizes for execution.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.