DebuggableAttribute Constructor (DebuggableAttribute.DebuggingModes)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the DebuggableAttribute class, using the specified debugging modes for the just-in-time (JIT) compiler.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- modes
- Type: System.Diagnostics.DebuggableAttribute.DebuggingModes
A bitwise combination of the enumeration values that specify the debugging mode for the JIT compiler.
Calling the DebuggableAttribute(DebuggableAttribute.DebuggingModes) constructor with a modes parameter value of Default is equivalent to calling the DebuggableAttribute(Boolean, Boolean) constructor with an isJITTrackingEnabled parameter value of true.